Fixes ghost emote spam (#9353)

Mobs created to use for ghost appearance were dummies instead of mannequins, which made them process. Epic.
This commit is contained in:
Matt Atlas
2020-07-13 19:18:30 +03:00
committed by GitHub
parent 57da32a919
commit 3babdc4c1b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -239,7 +239,7 @@
observer.timeofdeath = world.time // Set the time of death so that the respawn timer works correctly.
announce_ghost_joinleave(src)
var/mob/living/carbon/human/dummy/mannequin = new
var/mob/living/carbon/human/dummy/mannequin/mannequin = new
client.prefs.dress_preview_mob(mannequin)
observer.appearance = mannequin
observer.alpha = 127