Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit b4e66d0

Browse files
authored
Removes MMIs and positronic brains from medical techfab (#21474)
* removes MMIs and posibrains from medical * Update medical_designs.dm * love the linter
1 parent 825214d commit b4e66d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/modules/research/designs/medical_designs.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
construction_time = 75
1212
build_path = /obj/item/mmi
1313
category = list("Control Interfaces", "Medical Designs")
14-
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE
14+
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
1515

1616
/datum/design/posibrain
1717
name = "Positronic Brain"
@@ -22,7 +22,7 @@
2222
construction_time = 75
2323
build_path = /obj/item/mmi/posibrain
2424
category = list("Control Interfaces", "Medical Designs")
25-
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE
25+
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
2626

2727
/datum/design/bluespacebeaker
2828
name = "Bluespace Beaker"

0 commit comments

Comments
 (0)