From 494f4c13fe2a45d0569bde2fc06e1bdf3fbfc857 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 20 Apr 2013 02:53:08 -0400 Subject: damagecalc is actually damagestats; itemmultiplier is actually damagecalc --- extras/crystal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras') diff --git a/extras/crystal.py b/extras/crystal.py index 3f9e164b7..764f42a1e 100644 --- a/extras/crystal.py +++ b/extras/crystal.py @@ -2946,7 +2946,7 @@ effect_commands = { 0x3: ['usedmovetext'], 0x4: ['doturn'], 0x5: ['critical'], - 0x6: ['damagecalc'], + 0x6: ['damagestats'], 0x7: ['stab'], 0x8: ['damagevariation'], 0x9: ['checkhit'], @@ -3038,7 +3038,7 @@ effect_commands = { 0x5f: ['attract'], 0x60: ['happinesspower'], 0x61: ['present'], - 0x62: ['itemmultiplier'], + 0x62: ['damagecalc'], 0x63: ['frustrationpower'], 0x64: ['safeguard'], 0x65: ['checksafeguard'], -- cgit v1.2.3