mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
borg disabler cooler now only gets added if secborgs arent disabled (#59307)
This commit is contained in:
@@ -361,9 +361,14 @@
|
||||
display_name = "Cyborg Upgrades: Utility"
|
||||
description = "Utility upgrades for cyborgs."
|
||||
prereq_ids = list("adv_robotics")
|
||||
design_ids = list("borg_upgrade_thrusters", "borg_upgrade_selfrepair", "borg_upgrade_expand", "borg_upgrade_disablercooler", "borg_upgrade_trashofholding", "borg_upgrade_advancedmop", "borg_upgrade_broomer", "borg_upgrade_prt")
|
||||
design_ids = list("borg_upgrade_thrusters", "borg_upgrade_selfrepair", "borg_upgrade_expand", "borg_upgrade_trashofholding", "borg_upgrade_advancedmop", "borg_upgrade_broomer", "borg_upgrade_prt")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2000)
|
||||
|
||||
/datum/techweb_node/cyborg_upg_util/New()
|
||||
. = ..()
|
||||
if(!CONFIG_GET(flag/disable_secborg))
|
||||
design_ids += "borg_upgrade_disablercooler"
|
||||
|
||||
/datum/techweb_node/cyborg_upg_engiminer
|
||||
id = "cyborg_upg_engiminer"
|
||||
display_name = "Cyborg Upgrades: Engineering & Mining"
|
||||
|
||||
Reference in New Issue
Block a user