mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Disguise self now updates security HUD (#27533)
Co-authored-by: Adrer <adrermail@gmail.com>
This commit is contained in:
@@ -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>")
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user