This commit is contained in:
Fox McCloud
2018-05-24 18:00:52 -04:00
parent a9be0490ee
commit e5856c842a
+1 -3
View File
@@ -46,9 +46,7 @@
target.real_name = chosen_name
var/newname = target.real_name //something about how the code handles names required that I use this instead of target.real_name
user.visible_message("[user] alters [oldname]'s appearance completely, they are now [newname]!", "<span class='notice'>You alter [oldname]'s appearance completely, they are now [newname].</span>")
if(ishuman(target))
var/mob/living/carbon/human/H = target
H.sec_hud_set_ID()
target.sec_hud_set_ID()
return TRUE