Merge pull request #10045 from Squirgenheimer/miningsatchelfix

fixed number of mining satchel slots
This commit is contained in:
variableundefined
2018-10-29 21:25:06 +08:00
committed by GitHub
@@ -135,7 +135,7 @@
origin_tech = "engineering=2"
slot_flags = SLOT_BELT | SLOT_POCKET
w_class = WEIGHT_CLASS_NORMAL
storage_slots = 50
storage_slots = 10
max_combined_w_class = 200 //Doesn't matter what this is, so long as it's more or equal to storage_slots * ore.w_class
max_w_class = WEIGHT_CLASS_NORMAL
can_hold = list(/obj/item/stack/ore)