mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 07:02:15 +01:00
Fixes
This commit is contained in:
@@ -417,4 +417,4 @@
|
||||
STR.max_items = 50
|
||||
STR.max_w_class = WEIGHT_CLASS_SMALL
|
||||
STR.insert_preposition = "in"
|
||||
STR.set_holdable(list(/obj/item/stack/ore/bluespace_crystal, /obj/item/assembly, /obj/item/stock_parts, /obj/item/reagent_containers/glass/beaker, /obj/item/stack/cable_coil, /obj/item/circuitboard, /obj/item/electronics))
|
||||
STR.can_hold = typecacheof(list(/obj/item/stack/ore/bluespace_crystal, /obj/item/assembly, /obj/item/stock_parts, /obj/item/reagent_containers/glass/beaker, /obj/item/stack/cable_coil, /obj/item/circuitboard, /obj/item/electronics))
|
||||
@@ -12,7 +12,6 @@
|
||||
/obj/item/storage/belt/utility = 4,
|
||||
/obj/item/clothing/glasses/meson/engine = 4,
|
||||
/obj/item/clothing/gloves/color/yellow = 4,
|
||||
/obj/item/storage/bag/construction = 4,
|
||||
/obj/item/screwdriver = 12,
|
||||
/obj/item/crowbar = 12,
|
||||
/obj/item/wirecutters = 12,
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
icon_deny = "engivend-deny"
|
||||
req_access = list(ACCESS_ENGINE_EQUIP)
|
||||
products = list(/obj/item/clothing/glasses/meson/engine = 5,
|
||||
/obj/item/storage/bag/construction = 5,
|
||||
/obj/item/clothing/glasses/welding = 5,
|
||||
/obj/item/multitool = 5,
|
||||
/obj/item/construction/rcd/loaded = 3,
|
||||
|
||||
Reference in New Issue
Block a user