From 36755f077c94bbdd4db12836ea8c901b39daae86 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 27 Nov 2015 16:58:48 +0000 Subject: [PATCH] Removes the Resomi clothing from the custom loadout to prevent confusion as we're not intending to have Resomi crew, to my knowledge. --- code/modules/client/preferences_gear.dm | 38 ------------------------- 1 file changed, 38 deletions(-) diff --git a/code/modules/client/preferences_gear.dm b/code/modules/client/preferences_gear.dm index a02efde67c..729aad8b42 100644 --- a/code/modules/client/preferences_gear.dm +++ b/code/modules/client/preferences_gear.dm @@ -787,44 +787,6 @@ var/global/list/gear_datums = list() slot = slot_w_uniform allowed_roles = list("Security Officer","Head of Security","Warden") -/datum/gear/resomi_grey - display_name = "Resomi uniform, grey" - path = /obj/item/clothing/under/resomi - cost = 1 - slot = slot_w_uniform - -/datum/gear/resomi_rainbow - display_name = "Resomi uniform, rainbow" - path = /obj/item/clothing/under/resomi/rainbow - cost = 1 - slot = slot_w_uniform - -/datum/gear/resomi_white - display_name = "Resomi uniform, white" - path = /obj/item/clothing/under/resomi/white - cost = 1 - slot = slot_w_uniform - -/datum/gear/resomi_eng - display_name = "Resomi uniform, Engineering" - path = /obj/item/clothing/under/resomi/yellow - cost = 1 - slot = slot_w_uniform - allowed_roles = list("Chief Engineer","Station Engineer","Atmospherics Technician") - -/datum/gear/resomi_sec - display_name = "Resomi uniform, Security" - path = /obj/item/clothing/under/resomi/red - cost = 1 - slot = slot_w_uniform - allowed_roles = list("Security Officer","Head of Security","Warden") - -/datum/gear/resomi_med - display_name = "Resomi uniform, Medical" - path = /obj/item/clothing/under/resomi/medical - cost = 1 - slot = slot_w_uniform - // Attachments /datum/gear/armband_cargo display_name = "armband, cargo"