mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Added Gen 9 forms code, evolution code, some item effects
This commit is contained in:
@@ -244,7 +244,8 @@ module GameData
|
||||
:KYOGRE => [:BLUEORB],
|
||||
:GROUDON => [:REDORB],
|
||||
:ZACIAN => [:RUSTEDSWORD],
|
||||
:ZAMAZENTA => [:RUSTEDSHIELD]
|
||||
:ZAMAZENTA => [:RUSTEDSHIELD],
|
||||
:OGERPON => [:WELLSPRINGMASK, :HEARTHFLAMEMASK, :CORNERSTONEMASK]
|
||||
}
|
||||
return combos[species]&.include?(@id)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user