fixes a spelling error (#39202)

description = "Utility upgrades for cybogs."
    |
   V
description = "Utility upgrades for cyborgs."
This commit is contained in:
BeeStation
2018-07-19 00:34:43 -05:00
committed by yogstation13-bot
parent d0b7bec244
commit 6047b098a6

View File

@@ -250,7 +250,7 @@
/datum/techweb_node/cyborg_upg_util /datum/techweb_node/cyborg_upg_util
id = "cyborg_upg_util" id = "cyborg_upg_util"
display_name = "Cyborg Upgrades: Utility" display_name = "Cyborg Upgrades: Utility"
description = "Utility upgrades for cybogs." description = "Utility upgrades for cyborgs."
prereq_ids = list("engineering", "cyborg") prereq_ids = list("engineering", "cyborg")
design_ids = list("borg_upgrade_holding", "borg_upgrade_lavaproof", "borg_upgrade_thrusters", "borg_upgrade_selfrepair", "borg_upgrade_expand", "borg_upgrade_rped") design_ids = list("borg_upgrade_holding", "borg_upgrade_lavaproof", "borg_upgrade_thrusters", "borg_upgrade_selfrepair", "borg_upgrade_expand", "borg_upgrade_rped")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2000) research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2000)