mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
More or less standardised separator comments in the code
This commit is contained in:
@@ -55,7 +55,7 @@ class Player < Trainer
|
||||
@mystery_gifts = []
|
||||
end
|
||||
|
||||
#=============================================================================
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
def character_ID=(value)
|
||||
return if @character_ID == value
|
||||
@@ -107,7 +107,7 @@ class Player < Trainer
|
||||
return @badges.count { |badge| badge == true }
|
||||
end
|
||||
|
||||
#=============================================================================
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
# (see Pokedex#seen?)
|
||||
# Shorthand for +self.pokedex.seen?+.
|
||||
|
||||
Reference in New Issue
Block a user