mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
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:
@@ -359,7 +359,6 @@
|
||||
module_actions = list(/datum/action/innate/robot_sight/meson)
|
||||
basic_modules = list(
|
||||
/obj/item/flash/cyborg,
|
||||
/obj/item/rcd/borg,
|
||||
/obj/item/rpd,
|
||||
/obj/item/extinguisher,
|
||||
/obj/item/weldingtool/largetank/cyborg,
|
||||
@@ -383,7 +382,7 @@
|
||||
/obj/item/stack/sheet/glass/cyborg,
|
||||
/obj/item/stack/sheet/rglass/cyborg
|
||||
)
|
||||
emag_modules = list(/obj/item/borg/stun, /obj/item/restraints/handcuffs/cable/zipties/cyborg)
|
||||
emag_modules = list(/obj/item/borg/stun, /obj/item/restraints/handcuffs/cable/zipties/cyborg, /obj/item/rcd/borg)
|
||||
malf_modules = list(/obj/item/gun/energy/emitter/cyborg)
|
||||
special_rechargables = list(/obj/item/extinguisher, /obj/item/weldingtool/largetank/cyborg, /obj/item/gun/energy/emitter/cyborg)
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user