[MIRROR] Fixes stands not dying with their user (#2615)

* Fixes stands not dying with their user

* actually mirrors
This commit is contained in:
CitadelStationBot
2017-09-13 20:26:52 -05:00
committed by Poojawa
parent 8406baebbe
commit 26320a7047

View File

@@ -129,7 +129,7 @@ GLOBAL_LIST_EMPTY(parasites) //all currently existing/living guardians
update_health_hud() //we need to update all of our health displays to match our summoner and we can't practically give the summoner a hook to do it
med_hud_set_health()
med_hud_set_status()
if(summoner)
if(!QDELETED(summoner))
if(summoner.stat == DEAD)
forceMove(summoner.loc)
to_chat(src, "<span class='danger'>Your summoner has died!</span>")