mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Removed all uses of ID numbers for species, some other code changes for abolishing ID numbers
This commit is contained in:
@@ -1050,8 +1050,7 @@ end
|
||||
def pbBuyTriads
|
||||
commands = []
|
||||
realcommands = []
|
||||
GameData::Species.each do |s|
|
||||
next if s.form != 0
|
||||
GameData::Species.each_species do |s|
|
||||
next if !$Trainer.owned?(s.species)
|
||||
price = TriadCard.new(s.id).price
|
||||
commands.push([price, s.name, _INTL("{1} - ${2}", s.name, price.to_s_formatted), s.id])
|
||||
|
||||
Reference in New Issue
Block a user