Mining satchels now fit in rig suit storage, on belts and in pockets.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1598 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-05-17 23:54:50 +00:00
parent 1b8037b614
commit 3de2daf544
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1052,6 +1052,8 @@ proc/move_mining_shuttle()
name = "Mining Satchel"
var/mode = 0; //0 = pick one at a time, 1 = pick all on tile
var/capacity = 50; //the number of ore pieces it can carry.
flags = FPRINT | TABLEPASS | ONBELT
w_class = 1
/obj/item/weapon/satchel/attack_self(mob/user as mob)
for (var/obj/item/weapon/ore/O in contents)