mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Restored method that was accidentally deleted
This commit is contained in:
@@ -39,6 +39,10 @@ class PBTypes
|
||||
return GameData::Type.get(type).pseudo_type
|
||||
end
|
||||
|
||||
def PBTypes.isPhysicalType?(type)
|
||||
return GameData::Type.get(type).physical?
|
||||
end
|
||||
|
||||
def PBTypes.isSpecialType?(type)
|
||||
return GameData::Type.get(type).special?
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user