mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-11 07:04:59 +00:00
More or less standardised separator comments in the code
This commit is contained in:
@@ -118,7 +118,7 @@ class PokemonChallengeRules
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# Stadium Cups rules
|
||||
# Stadium Cups rules.
|
||||
#===============================================================================
|
||||
def pbPikaCupRules(double)
|
||||
ret = PokemonChallengeRules.new
|
||||
@@ -213,7 +213,7 @@ def pbStrictLittleCupRules(double)
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# Battle Frontier rules
|
||||
# Battle Frontier rules.
|
||||
#===============================================================================
|
||||
def pbBattleTowerRules(double, openlevel)
|
||||
ret = PokemonChallengeRules.new
|
||||
@@ -256,7 +256,7 @@ def pbBattleFactoryRules(double, openlevel)
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# Other Interesting Rulesets
|
||||
# Other Interesting Rulesets.
|
||||
#===============================================================================
|
||||
=begin
|
||||
# Official Species Restriction
|
||||
|
||||
Reference in New Issue
Block a user