mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixes issue preventing fused roaming Pokémon to appear
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -17,6 +17,11 @@ module GameData
|
||||
validate other => [Symbol, self, String, Integer]
|
||||
other = other.id if other.is_a?(self)
|
||||
other = other.to_sym if other.is_a?(String)
|
||||
|
||||
if self == GameData::Species
|
||||
return !get(other).nil?
|
||||
end
|
||||
|
||||
return !self::DATA[other].nil?
|
||||
end
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user