From e4fbc36fbdda303cd6de90f3b82527469cabfcbb Mon Sep 17 00:00:00 2001 From: Timato Date: Sat, 18 Jun 2016 11:41:26 +0200 Subject: [PATCH] Fixes that thing that was pointed out to me --- code/game/gamemodes/devil/devilinfo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/devil/devilinfo.dm b/code/game/gamemodes/devil/devilinfo.dm index bc4f249f584..26407dbd88c 100644 --- a/code/game/gamemodes/devil/devilinfo.dm +++ b/code/game/gamemodes/devil/devilinfo.dm @@ -143,7 +143,7 @@ var/global/list/lawlorify = list ( return soulsOwned += soul H.nutrition = NUTRITION_LEVEL_FULL - owner.current << "You feel satiated as you recieved a new soul." + owner.current << "You feel satiated as you received a new soul." switch(SOULVALUE) if(0) owner.current << "Your hellish powers have been restored."