mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user