From 4c268a37eec2aec11ea49168b16a7ce7d3920837 Mon Sep 17 00:00:00 2001 From: "baloh.matevz@gmail.com" Date: Tue, 25 Oct 2011 22:33:44 +0000 Subject: [PATCH] spelling, erro, spelling. alraedy on this slot >> already on this slot git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2428 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/mob/simple_animal/corgi.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/defines/mob/simple_animal/corgi.dm b/code/defines/mob/simple_animal/corgi.dm index 974edf8c550..002d98b7ff5 100644 --- a/code/defines/mob/simple_animal/corgi.dm +++ b/code/defines/mob/simple_animal/corgi.dm @@ -120,7 +120,7 @@ switch(add_to) if("head") if(inventory_head) - usr << "\red The [inventory_head] is alraedy in this slot." + usr << "\red The [inventory_head] is already in this slot." return else var/obj/item/item_to_add = usr.get_active_hand() @@ -150,7 +150,7 @@ if("back") if(inventory_back) - usr << "\red The [inventory_back] is alraedy in this slot." + usr << "\red The [inventory_back] is already in this slot." return else var/obj/item/item_to_add = usr.get_active_hand()