diff options
| author | Léo Lam <leo@leolam.fr> | 2021-01-22 15:36:19 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-01-22 16:37:57 +0100 |
| commit | 5d3683260815620e800df4826e9ff28ef94f6fb8 (patch) | |
| tree | 6c7eb3d6562a59160a44875eb0d87fa3d2da55ea /src/Game/Actor/actWeapon.cpp | |
| parent | 5410a56d20b57c95e44965e4600a55ad03578621 (diff) | |
Add a script to generate actInfoCommon
It's too tedious to write by hand
Diffstat (limited to 'src/Game/Actor/actWeapon.cpp')
| -rw-r--r-- | src/Game/Actor/actWeapon.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
