[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:
SkyratBot
2020-10-07 20:40:29 +02:00
committed by GitHub
co-authored by girl Dennok
parent 2f8dcfa3ee
commit d77ea78fe0
5 changed files with 58 additions and 4 deletions
+3 -3
View File
@@ -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)