mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user