From 6962cf8b24590ccd984a62f2b02e0876854af191 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 11 Nov 2017 09:37:55 -0200 Subject: [PATCH 1/2] Merge pull request #32577 from PKPenguin321/patch-13 Fixes lich revival text spelling --- code/modules/spells/spell_types/lichdom.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/spells/spell_types/lichdom.dm b/code/modules/spells/spell_types/lichdom.dm index f7e555ab44..d991a3df9c 100644 --- a/code/modules/spells/spell_types/lichdom.dm +++ b/code/modules/spells/spell_types/lichdom.dm @@ -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, "Your bones clatter and shutter as you are pulled back into this world!") + to_chat(lich, "Your bones clatter and shudder as you are pulled back into this world!") var/turf/body_turf = get_turf(old_body) lich.Knockdown(200 + 200*resurrections) resurrections++