Minor tweaks

This commit is contained in:
Maruno17
2022-08-09 19:30:27 +01:00
parent bff0cc6974
commit a20f378b33
3 changed files with 5 additions and 3 deletions

View File

@@ -18,6 +18,8 @@ class Battle::Move
attr_accessor :powerBoost
attr_accessor :snatched
CRITICAL_HIT_RATIOS = (Settings::NEW_CRITICAL_HIT_RATE_MECHANICS) ? [24, 8, 2, 1] : [16, 8, 4, 3, 2]
def to_int; return @id; end
#=============================================================================