mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Gives medical borgs back their crew monitor (#969)
## About The Pull Request Simply allows medical borgs to get the crew monitor upgrade again ## Why It's Good For The Game We have a ton of medical chaos and they need a little help. This was removed on Skyrat because of worries that borgs encroach on their job. Are some of these worries valid? Yes. But medical here always has plenty of work to go around. ## Proof Of Testing  ## Changelog 🆑 balance: gives medical borgs back their crew monitors /🆑
This commit is contained in:
@@ -245,11 +245,11 @@
|
||||
design_ids += list(
|
||||
"borg_upgrade_surgicaltools",
|
||||
)
|
||||
|
||||
design_ids -= list(
|
||||
return ..() // Bubber Edit - Moves this up because it doesn't compile otherwise
|
||||
/* design_ids -= list(
|
||||
"borg_upgrade_pinpointer",
|
||||
)
|
||||
return ..()
|
||||
return ..() */ //BUBBERSTATION REMOVAL
|
||||
|
||||
/datum/techweb_node/basic_mining/New()
|
||||
design_ids += list(
|
||||
|
||||
Reference in New Issue
Block a user