mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Update update_icons.dm
This commit is contained in:
@@ -760,7 +760,7 @@ var/global/list/damage_icon_parts = list()
|
||||
|
||||
//VOREStation Code Start
|
||||
var/t_state = wear_suit.icon_state
|
||||
if(wear_suit.icon_override)
|
||||
if(wear_suit.icon_override && wear_suit.item_state)
|
||||
t_state = wear_suit.item_state
|
||||
//VOREStation Code End
|
||||
|
||||
|
||||
Reference in New Issue
Block a user