mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Paramedic Tweaks (and Tiny CMO Tweak) (#21129)
* life saving care for the paramedic * oops forgot the toolbox
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user