Merge pull request #32577 from PKPenguin321/patch-13

Fixes lich revival text spelling
This commit is contained in:
Leo
2017-11-11 09:37:55 -02:00
committed by CitadelStationBot
parent 662c42b450
commit 6962cf8b24
+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++