Skip to content

Commit

Permalink
Active Buttons HUD fix (#2626)
Browse files Browse the repository at this point in the history
Co-authored-by: Builder13 <[email protected]>
  • Loading branch information
Builder-13 and Builder13 authored Aug 28, 2024
1 parent 36cbe2c commit 3df6edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ipc_mods/code/machine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@

/obj/item/organ/external/head/refresh_action_button()
. = ..()
if(.)
if(. && istype(species, /datum/species/machine))
action.button_icon_state = "ipc_rgb"
action.button_icon = 'mods/ipc_mods/icons/ipc_icons.dmi'
if(action.button) action.button.UpdateIcon()
Expand Down

0 comments on commit 3df6edd

Please sign in to comment.