From b7a54117adbe3e28f879877dc5b537122c8f0ceb Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 20 Nov 2025 16:24:44 +0100 Subject: [PATCH] Removes advanced health analyzer from CMO (#94017) ## About The Pull Request This PR removed the health analyzer from cmo roundstart gear ## Why It's Good For The Game Its a tech bypass and encourages heads to research stuff to the department can do their work better plus cmo like the ce who lost his tools get alot other QoL tools which give them the edge as a head ## Changelog :cl: Ezel balance: Cmo no longer starts with a advanced health analyzer /:cl: --- .../objects/structures/crates_lockers/closets/secure/medical.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/structures/crates_lockers/closets/secure/medical.dm b/code/game/objects/structures/crates_lockers/closets/secure/medical.dm index ebc13e1f2d8..5bce0702b5a 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/medical.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/medical.dm @@ -84,7 +84,6 @@ new /obj/item/radio/headset/heads/cmo(src) new /obj/item/megaphone/command(src) new /obj/item/defibrillator/compact/loaded(src) - new /obj/item/healthanalyzer/advanced(src) new /obj/item/assembly/flash/handheld(src) new /obj/item/autosurgeon/medical_hud(src) new /obj/item/door_remote/chief_medical_officer(src)