mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +01:00
EMERGENCY FIX
I FORGOT TO FIX THE DEFINES! D:
This commit is contained in:
@@ -14,8 +14,7 @@
|
||||
cost = 25
|
||||
k_elasticity = 1/80 //Market can only take so much
|
||||
unit_name = "power tool"
|
||||
export_types = list(/obj/item/crowbar/power, /obj/item/screwdriver/power, \
|
||||
/obj/item/weldingtool/experimental, /obj/item/wirecutters/power, /obj/item/wrench/power)
|
||||
export_types = list(/obj/item/jawsoflife, /obj/item/handdrill, /obj/item/weldingtool/experimental)
|
||||
include_subtypes = TRUE
|
||||
|
||||
/datum/export/gear/advtool
|
||||
|
||||
@@ -124,8 +124,8 @@
|
||||
access = ACCESS_ENGINE
|
||||
contains = list(/obj/item/clothing/head/hardhat,
|
||||
/obj/item/clothing/suit/hazardvest,
|
||||
/obj/item/screwdriver/power,
|
||||
/obj/item/crowbar/power)
|
||||
/obj/item/handdrill,
|
||||
/obj/item/jawsoflife)
|
||||
crate_name = "power tools crate"
|
||||
crate_type = /obj/structure/closet/crate/secure/engineering
|
||||
|
||||
|
||||
Reference in New Issue
Block a user