Paramedic Tweaks (and Tiny CMO Tweak) (#21129)

* life saving care for the paramedic

* oops forgot the toolbox
This commit is contained in:
matttheficus
2023-06-02 18:27:49 +01:00
committed by GitHub
parent 62e29032da
commit 7559f04e32
3 changed files with 11 additions and 3 deletions
@@ -41,7 +41,7 @@
/obj/structure/closet/secure_closet/medical3
name = "medical doctor's locker"
req_access = list(ACCESS_SURGERY)
req_access = list(ACCESS_MEDICAL)
icon_state = "med_secure"
open_door_sprite = "white_secure_door"
@@ -149,6 +149,7 @@
new /obj/item/defibrillator/compact/advanced/loaded(src)
new /obj/item/handheld_defibrillator(src)
new /obj/item/storage/belt/medical(src)
new /obj/item/clothing/glasses/hud/health(src)
new /obj/item/flash(src)
new /obj/item/gun/syringe(src)
new /obj/item/reagent_containers/hypospray/CMO(src)
@@ -200,6 +201,11 @@
new /obj/item/key/ambulance(src)
new /obj/item/pinpointer/crew(src)
new /obj/item/handheld_defibrillator(src)
new /obj/item/defibrillator/loaded(src)
new /obj/item/storage/belt/medical(src)
new /obj/item/storage/firstaid/adv(src)
new /obj/item/clothing/glasses/hud/health(src)
new /obj/item/storage/toolbox/emergency(src)
/obj/structure/closet/secure_closet/reagents
name = "chemical storage closet"