mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Fix missing utility borg upgrades (#3124)
## About The Pull Request Add missing parent call to override ## Why It's Good For The Game Fixes #3120 ## Proof Of Testing <details> <summary>Screenshots/Videos</summary>  </details> ## Changelog 🆑 fix: fixed the utility cyborg upgrades node missing stuff /🆑
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
)
|
||||
|
||||
/datum/techweb_node/borg_utility/New()
|
||||
. = ..()
|
||||
design_ids -= list(
|
||||
"borg_upgrade_expand" // Moved to default robotics, always available. It provides no practical benefit so it shouldn't be here
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user