Fixed Player Unarmed Animations (#463)

- Player now correctly blocks attacks when unarmed
- Player now has correct animations for all fight modes
This commit is contained in:
Olivier
2020-12-30 10:06:18 -08:00
committed by GitHub
parent 5559d10037
commit f5306da6e4
@@ -318,7 +318,7 @@ public class MeleeData {
case 2:
return 423;
case 1:
return 451;
return 422;
}
}
if (weaponName.contains("knife") || weaponName.contains("dart")
@@ -405,6 +405,9 @@ public class MeleeData {
if (data != null)
return data.getBlockAnim();
switch (c.playerEquipment[c.playerWeapon]) {
case -1:
case 0:
return 424;
case 4755:
return 2063;