mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +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
|
return GameData::Type.get(type).pseudo_type
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def PBTypes.isPhysicalType?(type)
|
||||||
|
return GameData::Type.get(type).physical?
|
||||||
|
end
|
||||||
|
|
||||||
def PBTypes.isSpecialType?(type)
|
def PBTypes.isSpecialType?(type)
|
||||||
return GameData::Type.get(type).special?
|
return GameData::Type.get(type).special?
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user