Fixed double "the" typo/bug when trying to place bulky item into the backpack.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@625 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Rygzengrho
2010-12-15 12:05:17 +00:00
parent fdabcc451f
commit 4c9fdbecaa
+1 -1
View File
@@ -39,7 +39,7 @@
return
if (W.w_class > 3 || src.loc == W)
if(W.w_class > 3)
user << "The [W] is too big to fit into the backpack."
user << "[W] is too big to fit into the backpack."
return
var/t
for(var/obj/item/weapon/O in src)