Adds a new hud icon for non-DNR bodies with clients (#22786)

* bam, new hud

* umm, maybe

* dmi change
This commit is contained in:
Contrabang
2023-10-14 20:44:20 +02:00
committed by GitHub
parent f8f3126ba7
commit 4a7019f919
5 changed files with 21 additions and 10 deletions
+1
View File
@@ -135,6 +135,7 @@
stack_trace("transfer_to(): Some idiot has tried to transfer_to() a non mob/living mob.")
if(current) //remove ourself from our old body's mind variable
current.mind = null
current.med_hud_set_status()
leave_all_huds() //leave all the huds in the old body, so it won't get huds if somebody else enters it
SStgui.on_transfer(current, new_character)