Update loadout_uniform_vr.dm

misplaced comma
This commit is contained in:
Poojawa
2017-04-03 23:04:31 -05:00
committed by GitHub
parent e44e1c6c44
commit b52857e175
@@ -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))