mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-24 07:16:00 +00:00
Added Aura Wheel's visible type change in battle, added "display" methods for several move properties and examples of their use
This commit is contained in:
@@ -1310,7 +1310,7 @@ end
|
||||
class Battle::Move::TypeIsUserFirstType < Battle::Move
|
||||
def pbBaseType(user)
|
||||
userTypes = user.pbTypes(true)
|
||||
return userTypes[0]
|
||||
return userTypes[0] || @type
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user