mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Supply crates medical
Adds brute trauma treatment kits to cargo. Changes access on Virus crate from CMO to Virologist, as the reason it was there in the first place was due to the previous system having virus bottle for direct use, and without being able to feed this virus it can't infect people, maybe.
This commit is contained in:
@@ -592,6 +592,14 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
/obj/item/weapon/storage/firstaid/adv)
|
||||
cost = 10
|
||||
containername = "advaced first aid kits crate"
|
||||
|
||||
/datum/supply_packs/medical/firstaibrute
|
||||
name = "Brute Trauma Treatment Kits Crate"
|
||||
contains = list(/obj/item/weapon/storage/firstaid/brute,
|
||||
/obj/item/weapon/storage/firstaid/brute,
|
||||
/obj/item/weapon/storage/firstaid/brute)
|
||||
cost = 10
|
||||
containername = "brute trauma treatment kit"
|
||||
|
||||
/datum/supply_packs/medical/firstaidburns
|
||||
name = "Burns Treatment Kits Crate"
|
||||
@@ -617,7 +625,6 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
cost = 10
|
||||
containername = "oxygen deprivation kits crate"
|
||||
|
||||
|
||||
/datum/supply_packs/medical/virus
|
||||
name = "Virus Crate"
|
||||
contains = list(/obj/item/weapon/virusdish/random,
|
||||
@@ -627,7 +634,7 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
cost = 25
|
||||
containertype = /obj/structure/closet/crate/secure/plasma
|
||||
containername = "virus crate"
|
||||
access = access_cmo
|
||||
access = access_virology
|
||||
|
||||
|
||||
/datum/supply_packs/medical/bloodpacks
|
||||
|
||||
Reference in New Issue
Block a user