mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
double shinies and fake shinies
This commit is contained in:
@@ -97,7 +97,6 @@ def itemCanBeRandomized(item)
|
||||
end
|
||||
|
||||
def pbShuffleItems()
|
||||
$game_switches[SWITCH_RANDOMIZED_AT_LEAST_ONCE] = true
|
||||
randomItemsHash = Hash.new
|
||||
available_items = []
|
||||
for itemElement in GameData::Item.list_all
|
||||
@@ -121,7 +120,6 @@ end
|
||||
|
||||
|
||||
def pbShuffleTMs()
|
||||
$game_switches[SWITCH_RANDOMIZED_AT_LEAST_ONCE] = true
|
||||
randomItemsHash = Hash.new
|
||||
available_items = []
|
||||
for itemElement in GameData::Item.list_all
|
||||
|
||||
Reference in New Issue
Block a user