Merge pull request #1332 from Poojawa/sergal-hardsuits

sergal hardsuits
This commit is contained in:
Arokha Sieyes
2017-04-04 09:44:12 -04:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
@@ -98,6 +98,11 @@
/datum/gear/suit/job_trek/ds9_coat
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")
/datum/gear/uniform/job_trek/cmd/ds9
display_name = "DS9 uniform, cmd"
@@ -144,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))
Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 67 KiB