mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Update loadout_uniform_vr.dm
misplaced comma
This commit is contained in:
@@ -99,9 +99,9 @@
|
||||
display_name = "DS9 Overcoat (use uniform)"
|
||||
path = /obj/item/clothing/suit/storage/trek/ds9
|
||||
allowed_roles = list("Head of Security","Colony Director","Head of Personnel","Chief Engineer","Research Director",
|
||||
"Chief Medical Officer",,"Medical Doctor","Chemist","Paramedic","Geneticist",
|
||||
"Scientist", "Roboticist", "Xenobiologist","Atmospheric Technician",
|
||||
"Station Engineer","Warden","Detective","Security Officer") //because assistants spawning with this is silly
|
||||
"Chief Medical Officer","Medical Doctor","Chemist","Paramedic","Geneticist",
|
||||
"Scientist","Roboticist","Xenobiologist","Atmospheric Technician",
|
||||
"Station Engineer","Warden","Detective","Security Officer")
|
||||
|
||||
|
||||
/datum/gear/uniform/job_trek/cmd/ds9
|
||||
@@ -149,4 +149,4 @@ Swimsuits
|
||||
for(var/swimsuit in typesof(/obj/item/weapon/storage/box/fluff/swimsuit))
|
||||
var/obj/item/weapon/storage/box/fluff/swimsuit/swimsuit_type = swimsuit
|
||||
swimsuits[initial(swimsuit_type.name)] = swimsuit_type
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(swimsuits))
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(swimsuits))
|
||||
|
||||
Reference in New Issue
Block a user