mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
[Pokemon R/B] Allow 0 exp setting and add logic rule to Cinnabar Gym to ensure higher level Pokémon are catchable
This commit is contained in:
@@ -199,7 +199,7 @@ class OaksAidRt15(Range):
|
||||
class ExpModifier(SpecialRange):
|
||||
"""Modifier for EXP gained. When specifying a number, exp is multiplied by this amount and divided by 16."""
|
||||
display_name = "Exp Modifier"
|
||||
range_start = 1
|
||||
range_start = 0
|
||||
range_end = 255
|
||||
default = 16
|
||||
special_range_names = {
|
||||
|
Reference in New Issue
Block a user