Skip to content

Commit

Permalink
fixed hard hat user inventory icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Dross committed Dec 14, 2023
1 parent c25d399 commit 4e93293
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/clothing/head/hardhat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@
return

set_light_on(toggle_on)
if(user == loc)
user.update_inv_head()

update_icon()

if(user == loc)
user.update_inv_head()

for(var/datum/action/current_action as anything in actions)
current_action.update_button_icon()

Expand Down

0 comments on commit 4e93293

Please sign in to comment.