mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-12 15:42:49 +01:00
Update loadout_utility_vr.dm
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
/datum/gear/utility/dufflebag/med
|
||||
display_name = "Medical Dufflebag"
|
||||
path = /obj/item/weapon/storage/backpack/dufflebag/med
|
||||
allowed_roles = list("Medical Doctor","Chief Medical Officer","Chemist","Paramedic","Geneticist", "Psychiatrist")
|
||||
allowed_roles = list("Medical Doctor","Chief Medical Officer","Chemist","Paramedic","Geneticist","Psychiatrist","Search and Rescue")
|
||||
|
||||
/datum/gear/utility/dufflebag/med/emt
|
||||
display_name = "EMT Dufflebag"
|
||||
@@ -44,14 +44,14 @@
|
||||
/datum/gear/utility/dufflebag/sec
|
||||
display_name = "Security Dufflebag"
|
||||
path = /obj/item/weapon/storage/backpack/dufflebag/sec
|
||||
allowed_roles = list("Head of Security", "Warden", "Detective", "Security Officer")
|
||||
allowed_roles = list("Head of Security","Warden","Detective","Security Officer")
|
||||
|
||||
/datum/gear/utility/dufflebag/eng
|
||||
display_name = "Engineering Dufflebag"
|
||||
path = /obj/item/weapon/storage/backpack/dufflebag/eng
|
||||
allowed_roles = list("Chief Engineer","Atmospheric Technician", "Station Engineer")
|
||||
allowed_roles = list("Chief Engineer","Atmospheric Technician","Station Engineer")
|
||||
|
||||
/datum/gear/utility/dufflebag/sci
|
||||
display_name = "Science Dufflebag"
|
||||
path = /obj/item/weapon/storage/backpack/dufflebag/sci
|
||||
allowed_roles = list("Research Director","Scientist", "Roboticist", "Xenobiologist")
|
||||
allowed_roles = list("Research Director","Scientist","Roboticist","Xenobiologist","Explorer")
|
||||
|
||||
Reference in New Issue
Block a user