Fixed a problem with pockets.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1891 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-07-19 17:30:50 +00:00
parent 204ae607d6
commit 5969c43ca9
2 changed files with 13 additions and 28 deletions
@@ -840,7 +840,7 @@
if (emptyHand)
l_store.DblClick()
return
if ((!( istype(W, /obj/item) ) || W.w_class >= 2 || !( w_uniform )))
if ((!( istype(W, /obj/item) ) || W.w_class > 2 || !( w_uniform )))
return
u_equip(W)
l_store = W
@@ -849,7 +849,7 @@
if (emptyHand)
r_store.DblClick()
return
if ((!( istype(W, /obj/item) ) || W.w_class >= 2 || !( w_uniform )))
if ((!( istype(W, /obj/item) ) || W.w_class > 2 || !( w_uniform )))
return
u_equip(W)
r_store = W