Merge pull request #160 from Trilbyspaceclone/patch-3

Maybe makes the Adv RPED switch out beakers and cells
This commit is contained in:
Hawk-v3
2019-09-19 20:14:42 +01:00
committed by GitHub
+6 -1
View File
@@ -402,7 +402,12 @@
desc = "Special mechanical module made to store, sort, and apply standard machine parts. This one has a greatly upgraded storage capacity"
icon_state = "RPED"
w_class = ITEMSIZE_HUGE
can_hold = list(/obj/item/weapon/stock_parts)
//YAWN Changes
can_hold = list(
/obj/item/weapon/cell,
/obj/item/weapon/stock_parts,
/obj/item/weapon/reagent_containers/glass/beaker)
//End of YAWN Changes
storage_slots = 200
use_to_pickup = 1
allow_quick_gather = 1