mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Paramedic QOL - Lavaland Edition (#22154)
* paramedic grindset Adds Paramedic headset with associated encryption key. Gives Paramedic mining access+supply comms. Adds Lavaland corpse related recovery equipment to Paramedic locker. * goodbye soul hello garment bags Adds a Paramedic garment bag. Cuts back on Paramedic locker clutter by adding crew monitor and crew pinpointer to loadout. * headset, i barely know her Paramedic headset moved out of garment bag and into main locker. * lore??? Turns out I've been spelling Nanotrasen wrong all this time. * Update code/game/objects/items/devices/radio/headset.dm Co-authored-by: matttheficus <57759731+matttheficus@users.noreply.github.com> --------- Co-authored-by: matttheficus <57759731+matttheficus@users.noreply.github.com>
This commit is contained in:
@@ -204,16 +204,19 @@
|
||||
req_access = list(ACCESS_PARAMEDIC)
|
||||
|
||||
/obj/structure/closet/secure_closet/paramedic/populate_contents()
|
||||
new /obj/item/radio/headset/headset_med/para(src)
|
||||
new /obj/item/mod/control/pre_equipped/rescue(src)
|
||||
new /obj/item/sensor_device(src)
|
||||
new /obj/item/key/ambulance(src)
|
||||
new /obj/item/pinpointer/crew(src)
|
||||
new /obj/item/handheld_defibrillator(src)
|
||||
new /obj/item/storage/bag/garment/paramedic(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/sunglasses(src)
|
||||
new /obj/item/storage/toolbox/emergency(src)
|
||||
new /obj/item/fulton_core(src)
|
||||
new /obj/item/extraction_pack(src)
|
||||
new /obj/item/gps/mining(src)
|
||||
new /obj/item/gun/energy/plasmacutter(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/reagents
|
||||
name = "chemical storage closet"
|
||||
|
||||
Reference in New Issue
Block a user