Better equips med ERT for the basics

This commit is contained in:
Qwertytoforty
2021-07-19 11:19:12 -04:00
parent c5e593b2bf
commit f9d00d8df3
+5 -6
View File
@@ -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
)