From 5c2b8fc0d50b037617005ede95186e09fe706f05 Mon Sep 17 00:00:00 2001 From: spookydonut Date: Thu, 5 Mar 2020 20:03:16 +0800 Subject: [PATCH] Advanced tool exports. (#49498) --- code/modules/cargo/exports/tools.dm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/code/modules/cargo/exports/tools.dm b/code/modules/cargo/exports/tools.dm index 7bee3017d9f..287fba69aaa 100644 --- a/code/modules/cargo/exports/tools.dm +++ b/code/modules/cargo/exports/tools.dm @@ -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