From c21d59f7098966190891f302a7a3da8ac15567b4 Mon Sep 17 00:00:00 2001 From: JesusChristItsJasonBourne Date: Sun, 22 Sep 2019 13:46:41 +1000 Subject: [PATCH] analyzers advanced first aid kits now come with analyzers on for doctors on roundstart - lose an advanced trauma kit so now there's 2 trauma and 2 burn kits --- code/game/objects/items/weapons/storage/firstaid.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/storage/firstaid.dm b/code/game/objects/items/weapons/storage/firstaid.dm index f28cffdb6c..66f8c10f6c 100644 --- a/code/game/objects/items/weapons/storage/firstaid.dm +++ b/code/game/objects/items/weapons/storage/firstaid.dm @@ -88,7 +88,7 @@ item_state_slots = list(slot_r_hand_str = "firstaid-advanced", slot_l_hand_str = "firstaid-advanced") starts_with = list( /obj/item/weapon/reagent_containers/hypospray/autoinjector, - /obj/item/stack/medical/advanced/bruise_pack, + /obj/item/device/healthanalyzer, /obj/item/stack/medical/advanced/bruise_pack, /obj/item/stack/medical/advanced/bruise_pack, /obj/item/stack/medical/advanced/ointment,