mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 06:04:59 +00:00
More or less standardised separator comments in the code
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
class Pokemon
|
||||
#=============================================================================
|
||||
# Mega Evolution
|
||||
#-----------------------------------------------------------------------------
|
||||
# Mega Evolution.
|
||||
# NOTE: These are treated as form changes in Essentials.
|
||||
#=============================================================================
|
||||
#-----------------------------------------------------------------------------
|
||||
def getMegaForm
|
||||
ret = 0
|
||||
GameData::Species.each do |data|
|
||||
@@ -53,10 +56,10 @@ class Pokemon
|
||||
return message_number || 0
|
||||
end
|
||||
|
||||
#=============================================================================
|
||||
# Primal Reversion
|
||||
#-----------------------------------------------------------------------------
|
||||
# Primal Reversion.
|
||||
# NOTE: These are treated as form changes in Essentials.
|
||||
#=============================================================================
|
||||
#-----------------------------------------------------------------------------
|
||||
def hasPrimalForm?
|
||||
v = MultipleForms.call("getPrimalForm", self)
|
||||
return !v.nil?
|
||||
|
||||
Reference in New Issue
Block a user