mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Fix for the missing Exofab modules for mining borgs (#70502)
When the big nice rework went through i think an oversight happened and the PKA upgrades were lost to the void even though they could be researched, this just re-adds them back to the exofab. The values were taken from pre-change so nothing really changed from a cost/time perspective.
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
departmental_flags = DEPARTMENT_BITFLAG_CARGO
|
||||
|
||||
/datum/design/damage_mod/borg
|
||||
id = "damagemod_b"
|
||||
id = "borg_upgrade_damagemod"
|
||||
build_type = MECHFAB
|
||||
category = list(
|
||||
RND_CATEGORY_MECHFAB_CYBORG_MODULES + RND_SUBCATEGORY_MECHFAB_CYBORG_MODULES_MINING
|
||||
@@ -143,7 +143,7 @@
|
||||
departmental_flags = DEPARTMENT_BITFLAG_CARGO
|
||||
|
||||
/datum/design/cooldown_mod/borg
|
||||
id = "cooldownmod_b"
|
||||
id = "borg_upgrade_cooldownmod"
|
||||
build_type = MECHFAB
|
||||
category = list(
|
||||
RND_CATEGORY_MECHFAB_CYBORG_MODULES + RND_SUBCATEGORY_MECHFAB_CYBORG_MODULES_MINING
|
||||
@@ -163,7 +163,7 @@
|
||||
departmental_flags = DEPARTMENT_BITFLAG_CARGO
|
||||
|
||||
/datum/design/range_mod/borg
|
||||
id = "rangemod_b"
|
||||
id = "borg_upgrade_rangemod"
|
||||
build_type = MECHFAB
|
||||
category = list(
|
||||
RND_CATEGORY_MECHFAB_CYBORG_MODULES + RND_SUBCATEGORY_MECHFAB_CYBORG_MODULES_MINING
|
||||
@@ -183,7 +183,7 @@
|
||||
departmental_flags = DEPARTMENT_BITFLAG_CARGO
|
||||
|
||||
/datum/design/hyperaccelerator/borg
|
||||
id = "hypermod_b"
|
||||
id = "borg_upgrade_hypermod"
|
||||
build_type = MECHFAB
|
||||
category = list(
|
||||
RND_CATEGORY_MECHFAB_CYBORG_MODULES + RND_SUBCATEGORY_MECHFAB_CYBORG_MODULES_MINING
|
||||
|
||||
@@ -942,6 +942,7 @@
|
||||
"borg_upgrade_holding",
|
||||
"borg_upgrade_lavaproof",
|
||||
"borg_upgrade_rped",
|
||||
"borg_upgrade_hypermod",
|
||||
)
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2000)
|
||||
|
||||
@@ -1338,17 +1339,20 @@
|
||||
description = "Better than Efficiency V."
|
||||
prereq_ids = list("engineering", "basic_plasma")
|
||||
design_ids = list(
|
||||
"borg_upgrade_cooldownmod",
|
||||
"borg_upgrade_damagemod",
|
||||
"borg_upgrade_rangemod",
|
||||
"cargoexpress",
|
||||
"cooldownmod",
|
||||
"damagemod",
|
||||
"drill",
|
||||
"mecha_kineticgun",
|
||||
"mining_equipment_vendor",
|
||||
"ore_redemption",
|
||||
"plasmacutter",
|
||||
"rangemod",
|
||||
"superresonator",
|
||||
"triggermod",
|
||||
"mecha_kineticgun",
|
||||
)//e a r l y g a m e)
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user