Standardizes ID cases and fixes cell charger/APC module (#67168)

Removes cell chargers showing up twice in Industrial Engineering, and fixes the APC module's sprite.
To prevent more bugs like this, I standardized other IDs to all use snake_case.
This commit is contained in:
John Willard
2022-05-21 16:32:33 -04:00
committed by GitHub
parent 3a73255179
commit db2a92a91a
5 changed files with 43 additions and 42 deletions
+23 -22
View File
@@ -492,7 +492,6 @@
"atmosalerts",
"autolathe",
"cell_charger",
"cell_charger",
"crystallizer",
"electrolyzer",
"emergency_oxygen",
@@ -509,7 +508,7 @@
"plasma_tank",
"plasmaman_tank_belt",
"pneumatic_seal",
"power control",
"power_control",
"powermonitor",
"recharger",
"recycler",
@@ -1069,21 +1068,21 @@
"comm_monitor",
"comm_server",
"ntnet_relay",
"s-amplifier",
"s-analyzer",
"s-ansible",
"s-broadcaster",
"s-bus",
"s-crystal",
"s-filter",
"s-hub",
"s-messaging",
"s-processor",
"s-receiver",
"s-relay",
"s-server",
"s-transmitter",
"s-treatment",
"s_amplifier",
"s_analyzer",
"s_ansible",
"s_broadcaster",
"s_bus",
"s_crystal",
"s_filter",
"s_hub",
"s_messaging",
"s_processor",
"s_receiver",
"s_relay",
"s_server",
"s_transmitter",
"s_treatment",
)
/datum/techweb_node/integrated_hud
@@ -1133,7 +1132,7 @@
description = "Smart freezing of objects to preserve them!"
prereq_ids = list("adv_engi", "biotech")
design_ids = list(
"cryo_Grenade",
"cryo_grenade",
"cryotube",
"splitbeaker",
"stasis",
@@ -1348,7 +1347,9 @@
id = "adv_rcd_upgrade"
display_name = "Advanced RCD Designs Upgrade"
description = "Unlocks new RCD designs."
design_ids = list("rcd_upgrade_silo_link")
design_ids = list(
"rcd_upgrade_silo_link",
)
prereq_ids = list(
"bluespace_travel",
"rcd_upgrade",
@@ -1427,9 +1428,9 @@
description = "If the light stuff just won't do it."
prereq_ids = list("adv_weaponry")
design_ids = list(
"adv_Grenade",
"large_Grenade",
"pyro_Grenade",
"adv_grenade",
"large_grenade",
"pyro_grenade",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)