mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user