Merge pull request #11309 from Citadel-Station-13/Ghommie-patch-1

The lavaland elite tumor shard revival now fetches the mob's ghost.
This commit is contained in:
kevinz000
2020-03-06 00:20:18 -07:00
committed by GitHub

View File

@@ -325,6 +325,7 @@ obj/structure/elite_tumor/proc/onEliteWon()
return
E.faction = list("neutral")
E.revive(full_heal = TRUE, admin_revive = TRUE)
E.grab_ghost()
user.visible_message("<span class='notice'>[user] stabs [E] with [src], reviving it.</span>")
E.playsound_local(get_turf(E), 'sound/effects/magic.ogg', 40, 0)
to_chat(E, "<span class='userdanger'>You have been revived by [user]. While you can't speak to them, you owe [user] a great debt. Assist [user.p_them()] in achieving [user.p_their()] goals, regardless of risk.</span")