From 87274ea5cc95a3e0c902731b3b2d8aae90885be2 Mon Sep 17 00:00:00 2001 From: Timato Date: Fri, 17 Jun 2016 20:25:50 +0200 Subject: [PATCH] Fixes grammar --- 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 18d48cd0e34..bc4f249f584 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 saturated as you recieved a new soul." + owner.current << "You feel satiated as you recieved a new soul." switch(SOULVALUE) if(0) owner.current << "Your hellish powers have been restored."