From 770d7f3fa78854bdf044dda703b15192b37ee053 Mon Sep 17 00:00:00 2001 From: PKPenguin321 Date: Thu, 9 Nov 2017 18:17:51 -0800 Subject: [PATCH] Grammar fix --- 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 f7e555ab447..d991a3df9c8 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++