Merge pull request #3891 from Citadel-Station-13/upstream-merge-32577

[MIRROR] Fixes lich revival text spelling
This commit is contained in:
LetterJay
2017-11-11 15:56:35 -06:00
committed by GitHub
+1 -1
View File
@@ -133,7 +133,7 @@
mind.transfer_to(lich)
mind.grab_ghost(force=TRUE)
lich.hardset_dna(null,null,lich.real_name,null, new /datum/species/skeleton)
to_chat(lich, "<span class='warning'>Your bones clatter and shutter as you are pulled back into this world!</span>")
to_chat(lich, "<span class='warning'>Your bones clatter and shudder as you are pulled back into this world!</span>")
var/turf/body_turf = get_turf(old_body)
lich.Knockdown(200 + 200*resurrections)
resurrections++