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
This commit is contained in:
baloh.matevz@gmail.com
2011-10-25 22:33:44 +00:00
parent 3774e89b64
commit 4c268a37ee
+2 -2
View File
@@ -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()