From 75b2c645fdf3f5b03fe4aa1e3047e8d4f00767ec Mon Sep 17 00:00:00 2001 From: LT3 <83487515+lessthnthree@users.noreply.github.com> Date: Sat, 12 Oct 2024 11:05:05 -0700 Subject: [PATCH] Puts autopsy scanner in the morgue surgery tray (#2197) ## About The Pull Request Puts the autopsy scanner in the morgue tray ## Why It's Good For The Game People can do autopsies without the roundstart coroner. Or science can steal it, whatever. ## Changelog :cl: LT3 balance: Morgue surgery tray now comes with an autopsy scanner /:cl: --- code/game/objects/items/surgery_tray.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/surgery_tray.dm b/code/game/objects/items/surgery_tray.dm index 457e971b90d..949cda72ea4 100644 --- a/code/game/objects/items/surgery_tray.dm +++ b/code/game/objects/items/surgery_tray.dm @@ -217,7 +217,7 @@ new /obj/item/cautery/cruel(src) new /obj/item/circular_saw(src) new /obj/item/clothing/mask/surgical(src) - new /obj/item/clothing/suit/toggle/labcoat/hospitalgown(src) // SKYRAT EDIT ADDITION + new /obj/item/autopsy_scanner(src) // BUBBER EDIT ADDITION new /obj/item/hemostat/cruel(src) new /obj/item/razor/surgery(src) new /obj/item/retractor/cruel(src)