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 )