mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-04 14:01:22 +00:00
[MIRROR] RPD unwrench upgrade (#1189)
* RPD unwrench upgrade (#53615) * Most OP atmos tool. RPD that can unwrench pipes. Adds reverse wrench mode upgrade to the RPD. Attention, due to budget cuts, the mode is hard linked to the destroy mode control button. Now /obj/machinery/atmospherics/deconstruct(disassembled = TRUE) return created obj/item/pipe Co-authored-by: girl <11748095+ExcessiveUseOfCobblestone@ users.noreply.github.com> * RPD unwrench upgrade Co-authored-by: Dennok <Deneles@yandex.ru> Co-authored-by: girl <11748095+ExcessiveUseOfCobblestone@ users.noreply.github.com>
This commit is contained in:
@@ -93,6 +93,16 @@
|
||||
category = list("Tool Designs")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
||||
|
||||
/datum/design/rpd_upgrade/unwrench
|
||||
name = "RPD unwrenching upgrade"
|
||||
desc = "Adds reverse wrench mode to the RPD. Attention, due to budget cuts, the mode is hard linked to the destroy mode control button."
|
||||
id = "rpd_upgrade_unwrench"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/iron = 5000, /datum/material/glass = 2500)
|
||||
build_path = /obj/item/rpd_upgrade/unwrench
|
||||
category = list("Tool Designs")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
||||
|
||||
/datum/design/rld_mini
|
||||
name = "Mini Rapid Light Device (MRLD)"
|
||||
desc = "A tool that can portable and standing lighting orbs and glowsticks."
|
||||
|
||||
@@ -528,9 +528,9 @@
|
||||
|
||||
/datum/techweb_node/rcd_upgrade
|
||||
id = "rcd_upgrade"
|
||||
display_name = "RCD designs upgrade"
|
||||
description = "Unlocks new RCD designs."
|
||||
design_ids = list("rcd_upgrade_frames", "rcd_upgrade_simple_circuits", "rcd_upgrade_furnishing")
|
||||
display_name = "rapid device upgrade designs"
|
||||
description = "Unlocks new designs that improve rapid devices."
|
||||
design_ids = list("rcd_upgrade_frames", "rcd_upgrade_simple_circuits", "rcd_upgrade_furnishing", "rpd_upgrade_unwrench")
|
||||
prereq_ids = list("adv_engi")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user