Skip to content

Commit

Permalink
removes generic gown
Browse files Browse the repository at this point in the history
  • Loading branch information
nauticall committed Mar 5, 2025
1 parent 3a6beef commit 671da7f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions code/modules/client/preference_setup/loadout/items/suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,6 @@
surgical_gowns["surgical gown, idris"] = /obj/item/clothing/suit/storage/surgical_gown/idris
gear_tweaks += new /datum/gear_tweak/path(surgical_gowns)

/datum/gear/suit/surgicalgown_colorable
display_name = "surgical gown, colorable"
description = "A customizable surgical gown."
path = /obj/item/clothing/suit/storage/surgical_gown/generic
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION | GEAR_HAS_ACCENT_COLOR_SELECTION

/datum/gear/suit/medical_outerwear
display_name = "medical outerwear (jackets, vests, rigs)"
path = /obj/item/clothing/suit/storage/toggle/para_jacket
Expand Down
6 changes: 0 additions & 6 deletions code/modules/clothing/suits/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,6 @@
icon_state = "idris_surgown"
item_state = "idris_surgown"

/obj/item/clothing/suit/storage/surgical_gown/generic
icon = 'icons/clothing/under/uniforms/generic_scrubs.dmi'
icon_state = "generic_surgown"
item_state = "generic_surgown"
has_accents = TRUE

//Mime
/obj/item/clothing/suit/suspenders
name = "suspenders"
Expand Down
Binary file modified icons/clothing/under/uniforms/generic_scrubs.dmi
Binary file not shown.

0 comments on commit 671da7f

Please sign in to comment.