Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 0dea133

Browse files
Update update_icons.dm (#22853)
1 parent e15f308 commit 0dea133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/mob/living/carbon/update_icons.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
if(!get_bodypart(BODY_ZONE_HEAD)) //Decapitated
176176
return
177177

178-
if(client && hud_used?.inv_slots[TOBITSHIFT(ITEM_SLOT_BACK) + 1])
178+
if(client && hud_used?.inv_slots[TOBITSHIFT(ITEM_SLOT_HEAD) + 1])
179179
var/atom/movable/screen/inventory/inv = hud_used.inv_slots[TOBITSHIFT(ITEM_SLOT_HEAD) + 1]
180180
inv.update_appearance(UPDATE_ICON)
181181

0 commit comments

Comments
 (0)