mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-27 22:16:23 +01:00
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:
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 |
Reference in New Issue
Block a user