From 5d3683260815620e800df4826e9ff28ef94f6fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Fri, 22 Jan 2021 15:36:19 +0100 Subject: Add a script to generate actInfoCommon It's too tedious to write by hand --- src/Game/Actor/actWeapon.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Game/Actor/actWeapon.cpp') diff --git a/src/Game/Actor/actWeapon.cpp b/src/Game/Actor/actWeapon.cpp index 43621f49..d258e581 100644 --- a/src/Game/Actor/actWeapon.cpp +++ b/src/Game/Actor/actWeapon.cpp @@ -144,8 +144,8 @@ bool WeaponModifierRanges::loadTierYellow(const sead::SafeString& actor) { addLifeMin = ksys::act::getWeaponCommonPoweredSharpAddLifeMin(iter); addLifeMax = ksys::act::getWeaponCommonPoweredSharpAddLifeMax(iter); - addGuardMin = ksys::act::getWeaponCommonPoweredSharpAddGuardMin(iter); - addGuardMax = ksys::act::getWeaponCommonPoweredSharpAddGuardMax(iter); + addGuardMin = ksys::act::getWeaponCommonPoweredSharpWeaponAddGuardMin(iter); + addGuardMax = ksys::act::getWeaponCommonPoweredSharpWeaponAddGuardMax(iter); addThrowMin = ksys::act::getWeaponCommonPoweredSharpAddThrowMin(iter); addThrowMax = ksys::act::getWeaponCommonPoweredSharpAddThrowMax(iter); -- cgit v1.2.3