Removes the RCD from engi borgs base kit, and replaces it with a module upgrade (#20449)

* be moved rcd!

* Minor grammar change ~contrabang

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

* ert/emag borg get rcd & fixes issue GDN brought up

* Fixes an oversight with getting more than one rcd

Co-Authored-By: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

* Remove space from rcd upgrade name

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
1080pCat
2023-03-04 09:56:21 +01:00
committed by GitHub
co-authored by Contrabang SteelSlayer S34N Farie82
parent 9b260c4611
commit 6b4feef831
3 changed files with 32 additions and 2 deletions
@@ -1108,6 +1108,16 @@
construction_time = 120
category = list("Cyborg Upgrade Modules")
/datum/design/borg_upgrade_rcd
name = "Cyborg Upgrade (Rapid Construction Device)"
id = "borg_upgrade_RCD"
build_type = MECHFAB
build_path = /obj/item/borg/upgrade/rcd
req_tech = list("materials" = 6, "engineering" = 5, "powerstorage" = 5)
materials = list(MAT_METAL=30000, MAT_GLASS=15000,)
construction_time = 120
category = list("Cyborg Upgrade Modules")
//Misc
/datum/design/mecha_tracking
name = "Exosuit Tracking Beacon"