Fix missing in-hand sprites for suits

Symptom: Suits did not appear on mob sprite when held in the hand.
Cause: The item_state variables were referring to non-existent icon states (XXX_voidsuit) in lefthand.dmi and righthand.dmi, where the actual icon states were XXX_hardsuit.
Solution: Rename the icon states in the dmi files to be what is actually used:
Changed:
eng_hardsuit -> eng_voidsuit
mining_hardsuit -> mining_voidsuit
syndie_hardsuit -> syndie_voidsuit
wiz_hardsuit -> wiz_voidsuit
medical_hardsuit -> medical_voidsuit
sec_hardsuit -> sec_voidsuit
atmos_hardsuit -> atmos_voidsuit
This commit is contained in:
Leshana
2016-05-29 18:26:35 -04:00
parent f6762f27ee
commit 2e31eb97ee
2 changed files with 0 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 120 KiB