From f9d00d8df3cef70e7e7f21812c9e55dfa39b1a16 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Mon, 19 Jul 2021 11:19:12 -0400 Subject: [PATCH] Better equips med ERT for the basics --- code/modules/response_team/ert_outfits.dm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/code/modules/response_team/ert_outfits.dm b/code/modules/response_team/ert_outfits.dm index 8c3fbda5e57..b4c333ee5d7 100644 --- a/code/modules/response_team/ert_outfits.dm +++ b/code/modules/response_team/ert_outfits.dm @@ -321,12 +321,11 @@ /obj/item/clothing/head/helmet/ert/medical = 1, /obj/item/clothing/mask/surgical = 1, /obj/item/storage/firstaid/adv = 1, - /obj/item/storage/firstaid/regular = 1, + /obj/item/storage/firstaid/doctor = 1, /obj/item/storage/box/autoinjectors = 1, /obj/item/roller = 1, /obj/item/storage/pill_bottle/ert = 1, /obj/item/flashlight = 1, - /obj/item/healthupgrade = 1, /obj/item/handheld_defibrillator = 1 ) @@ -349,13 +348,12 @@ backpack_contents = list( /obj/item/clothing/mask/surgical = 1, /obj/item/storage/firstaid/toxin = 1, - /obj/item/storage/firstaid/brute = 1, - /obj/item/storage/firstaid/fire = 1, + /obj/item/storage/firstaid/doctor = 1, + /obj/item/storage/firstaid/adv = 1, /obj/item/storage/box/autoinjectors = 1, /obj/item/roller = 1, /obj/item/clothing/shoes/magboots = 1, /obj/item/bodyanalyzer = 1, - /obj/item/healthupgrade = 1, /obj/item/handheld_defibrillator = 1 ) @@ -378,9 +376,10 @@ backpack_contents = list( /obj/item/bodyanalyzer/advanced = 1, + /obj/item/storage/firstaid/doctor = 1, + /obj/item/storage/firstaid/adv = 1, /obj/item/extinguisher/mini = 1, /obj/item/roller = 1, - /obj/item/healthanalyzer/advanced = 1, /obj/item/handheld_defibrillator = 1 )