mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixes issue 1138 - Stashing lockers on crates.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5248 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -252,7 +252,7 @@
|
||||
for(var/obj/O in get_turf(src))
|
||||
if(itemcount >= storage_capacity)
|
||||
break
|
||||
if(O.density || O.anchored || O == src) continue
|
||||
if(O.density || O.anchored || istype(O,/obj/structure/closet)) continue
|
||||
O.loc = src
|
||||
itemcount++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user