mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Antag-Focused Medical Additions + Minor Bonus Responder Stuff (#11742)
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
/datum/outfit/admin/ert/fsf/medic
|
||||
name = "Free Solarian Fleets Medic"
|
||||
|
||||
belt = /obj/item/storage/belt/medical
|
||||
belt = /obj/item/storage/belt/medical/first_responder/combat
|
||||
back = /obj/item/storage/backpack/satchel_med
|
||||
suit_store = /obj/item/gun/projectile/shotgun/pump/combat/sol
|
||||
gloves = /obj/item/clothing/gloves/latex
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
|
||||
head = /obj/item/clothing/head/helmet/space/void/kataphract/spec
|
||||
suit = /obj/item/clothing/suit/space/void/kataphract/spec
|
||||
belt = /obj/item/storage/belt/medical
|
||||
belt = /obj/item/storage/belt/medical/first_responder/combat
|
||||
l_hand = /obj/item/melee/hammer/powered/hegemony
|
||||
|
||||
belt_contents = list(
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
/datum/outfit/admin/ert/mercenary/specialist
|
||||
name = "Mercenary Freelancer Medic"
|
||||
|
||||
belt = /obj/item/storage/belt/medical
|
||||
belt = /obj/item/storage/belt/medical/first_responder/combat
|
||||
gloves = /obj/item/clothing/gloves/latex
|
||||
|
||||
backpack_contents = list(
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
/datum/outfit/admin/ert/nanotrasen/specialist/medical
|
||||
name = "Nanotrasen ERT Medical Specialist"
|
||||
|
||||
belt = /obj/item/storage/belt/medical
|
||||
belt = /obj/item/storage/belt/medical/first_responder/combat
|
||||
back = /obj/item/rig/ert/medical
|
||||
r_hand = /obj/item/storage/firstaid/combat
|
||||
|
||||
|
||||
@@ -164,5 +164,6 @@
|
||||
/obj/item/clothing/mask/gas/tactical = TRADER_THIS_TYPE,
|
||||
/obj/item/shield/riot/tact = TRADER_THIS_TYPE,
|
||||
/obj/item/storage/belt/security/tactical = TRADER_THIS_TYPE,
|
||||
/obj/item/storage/belt/medical/first_responder/combat = TRADER_THIS_TYPE,
|
||||
/obj/item/clothing/accessory/storage/bandolier = TRADER_THIS_TYPE
|
||||
)
|
||||
|
||||
@@ -24,6 +24,12 @@
|
||||
item_cost = 1
|
||||
path = /obj/item/storage/firstaid/combat
|
||||
|
||||
/datum/uplink_item/item/medical/medicalbelt
|
||||
name = "Fully Loaded Combat Medical Belt"
|
||||
item_cost = 3
|
||||
path = /obj/item/storage/belt/medical/first_responder/combat/full
|
||||
desc = "A fully loaded medical belt even Zeng-Hu's top First Responders would be dying to wear. It contains liquid medicines and a hypospray. Combat hypo sold seperately."
|
||||
|
||||
/datum/uplink_item/item/medical/stimulants
|
||||
name = "Box of Combat Stimulants"
|
||||
item_cost = 1
|
||||
@@ -38,3 +44,15 @@
|
||||
name = "Standard First-Aid Kit"
|
||||
item_cost = 1
|
||||
path = /obj/item/storage/firstaid/regular
|
||||
|
||||
/datum/uplink_item/item/medical/advfirstaid
|
||||
name = "Advanced First-Aid Kit"
|
||||
item_cost = 1
|
||||
path = /obj/item/storage/firstaid/adv
|
||||
desc = "Note: doesn't come with a medical scanner."
|
||||
|
||||
/datum/uplink_item/item/medical/bloodpack
|
||||
name = "O- blood pack"
|
||||
item_cost = 1
|
||||
path = /obj/item/reagent_containers/blood/OMinus
|
||||
desc = "If transferring to self or others without a stand, hold firmly in hand, configure the transfer rate and attach the tubing carefully."
|
||||
|
||||
Reference in New Issue
Block a user