mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Advanced tool exports. (#49498)
This commit is contained in:
@@ -95,6 +95,31 @@
|
||||
export_types = list(/obj/item/radio)
|
||||
exclude_types = list(/obj/item/radio/mech)
|
||||
|
||||
//Advanced/Power Tools.
|
||||
/datum/export/weldingtool/experimental
|
||||
cost = 90
|
||||
unit_name = "experimental welding tool"
|
||||
export_types = list(/obj/item/weldingtool/experimental)
|
||||
|
||||
/datum/export/jawsoflife
|
||||
cost = 100
|
||||
unit_name = "jaws of life"
|
||||
export_types = list(/obj/item/crowbar/power)
|
||||
|
||||
/datum/export/handdrill
|
||||
cost = 100
|
||||
unit_name = "hand drill"
|
||||
export_types = list(/obj/item/screwdriver/power)
|
||||
|
||||
/datum/export/rld_mini
|
||||
cost = 150
|
||||
unit_name = "mini rapid lighting device"
|
||||
export_types = list(/obj/item/construction/rld/mini)
|
||||
|
||||
/datum/export/rsf
|
||||
cost = 100
|
||||
unit_name = "rapid service fabricator"
|
||||
export_types = list(/obj/item/rsf)
|
||||
|
||||
/datum/export/rcd
|
||||
cost = 100
|
||||
|
||||
Reference in New Issue
Block a user