Merge pull request #15310 from keronshb/jaqincinerator

No Frollo you can't burn Jacq in the cremator with hellfire (plus two other grief prevention additions)
This commit is contained in:
Lin
2021-10-28 21:29:50 -07:00
committed by GitHub
3 changed files with 12 additions and 7 deletions
+7 -1
View File
@@ -247,7 +247,13 @@ GLOBAL_LIST_EMPTY(crematoriums)
locked = TRUE
update_icon()
for(var/mob/living/simple_animal/jacq/J in conts)
visible_message("<b>[src]</b> cackles, <span class='spooky'>\"You'll nae get rid a me that easily!\"</span>")
playsound(loc, 'sound/spookoween/ahaha.ogg', 100, 0.25)
J.poof()
locked = FALSE
update_icon()
return
for(var/mob/living/M in conts)
if (M.stat != DEAD)
M.emote("scream")