Space dragon despawning empties their contents (#67630)

This commit is contained in:
John Willard
2022-06-09 21:46:27 -04:00
committed by GitHub
parent 674400e7dc
commit d2e499956f

View File

@@ -141,6 +141,7 @@
if(riftTimer >= maxRiftTimer)
to_chat(src, span_boldwarning("You've failed to summon the rift in a timely manner! You're being pulled back from whence you came!"))
destroy_rifts()
empty_contents()
playsound(src, 'sound/magic/demon_dies.ogg', 100, TRUE)
QDEL_NULL(src)