mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
EMT -> First Responder (#10453)
Emergency Medical Technicians have been renamed to First Responders, their duties remain the same, for now.
This commit is contained in:
@@ -133,8 +133,8 @@
|
||||
/obj/item/device/radio
|
||||
)
|
||||
|
||||
/obj/item/storage/belt/medical/emt
|
||||
name = "EMT utility belt"
|
||||
/obj/item/storage/belt/medical/first_responder
|
||||
name = "first responder utility belt"
|
||||
desc = "A sturdy black webbing belt with attached pouches."
|
||||
icon_state = "emsbelt"
|
||||
item_state = "emsbelt"
|
||||
|
||||
@@ -358,7 +358,7 @@
|
||||
problist = list(
|
||||
/obj/item/storage/belt/utility = 1,
|
||||
/obj/item/storage/belt/medical = 0.4,
|
||||
/obj/item/storage/belt/medical/emt = 0.4,
|
||||
/obj/item/storage/belt/medical/first_responder = 0.4,
|
||||
/obj/item/storage/belt/security/tactical = 0.1,
|
||||
/obj/item/storage/belt/military = 0.1,
|
||||
/obj/item/storage/belt/janitor = 0.4
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
new /obj/item/clothing/glasses/hud/health/aviator(src)
|
||||
new /obj/item/clothing/glasses/eyepatch/hud/medical(src)
|
||||
new /obj/item/clothing/suit/storage/medical_chest_rig(src)
|
||||
new /obj/item/clothing/suit/storage/medical_chest_rig/emt(src)
|
||||
new /obj/item/clothing/suit/storage/medical_chest_rig/first_responder(src)
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/CMO
|
||||
|
||||
Reference in New Issue
Block a user