More parsing work

This commit is contained in:
2024-02-27 14:48:55 -05:00
parent bcf4aef5a0
commit 91247c58a6
+1 -1
View File
@@ -219,7 +219,7 @@ public class ItemTemplate {
weapon_attack_anim_right.add(new int[]{animation, duration});
}
JSONArray attack_anim_left = (JSONArray) item_weapon.get("attack_anim_left");
JSONArray attack_anim_left = (JSONArray) item_weapon.get("weapon_attack_anim_left");
if (attack_anim_left.isEmpty() == false)
for (Object o : weapon_damage) {