mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user