Skip to content

Commit

Permalink
Disguise self now updates security HUD (ParadiseSS13#27533)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrer <[email protected]>
  • Loading branch information
Adrer and Adrer authored Dec 14, 2024
1 parent 3898728 commit dc90dcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/datums/status_effects/magic_disguise.dm
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
H.overlays = disguise.overlays
H.update_inv_r_hand()
H.update_inv_l_hand()
H.sec_hud_set_ID()
SEND_SIGNAL(H, COMSIG_CARBON_REGENERATE_ICONS)
to_chat(H, "<span class='notice'>You disguise yourself as [disguise.name].</span>")

Expand All @@ -84,4 +85,5 @@
var/mob/living/carbon/human/H = owner
H.name_override = null
H.overlays.Cut()
H.sec_hud_set_ID()
qdel(src)

0 comments on commit dc90dcc

Please sign in to comment.