Skip to content

Commit

Permalink
Merge pull request DopplerShift13#248 from She-Is-Trying-To-Form-Her-…
Browse files Browse the repository at this point in the history
…First-Thought/j-tor

fixes janitor uniforms having reversed obj and mob icon files
  • Loading branch information
Nerev4r authored Nov 25, 2024
2 parents a5136b3 + ddfd4f3 commit 8577b7c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@
/obj/item/clothing/under/rank/civilian/janitor/doppler
name = "janitor uniform"
desc = "It's the official uniform of the station's janitor. It has minor protection from biohazards."
icon = 'modular_doppler/modular_cosmetics/icons/mob/under/janitor_my_beloved.dmi'
icon = 'modular_doppler/modular_cosmetics/icons/obj/under/janitor_my_beloved.dmi'
icon_state = "janitor_doppler"
worn_icon = 'modular_doppler/modular_cosmetics/icons/obj/under/janitor_my_beloved.dmi'
worn_icon = 'modular_doppler/modular_cosmetics/icons/mob/under/janitor_my_beloved.dmi'
inhand_icon_state = "janitor"
body_parts_covered = CHEST|GROIN
can_adjust = TRUE
Expand All @@ -218,9 +218,9 @@
/obj/item/clothing/under/rank/civilian/janitor/doppler_ct
name = "janitor crop top"
desc = "It's the unofficial uniform of the station's janitor. It has minor protection from biohazards."
icon = 'modular_doppler/modular_cosmetics/icons/mob/under/janitor_my_beloved.dmi'
icon = 'modular_doppler/modular_cosmetics/icons/obj/under/janitor_my_beloved.dmi'
icon_state = "janitor_doppler_ct"
worn_icon = 'modular_doppler/modular_cosmetics/icons/obj/under/janitor_my_beloved.dmi'
worn_icon = 'modular_doppler/modular_cosmetics/icons/mob/under/janitor_my_beloved.dmi'
inhand_icon_state = "janitor"
body_parts_covered = CHEST|GROIN
can_adjust = TRUE
Expand Down

0 comments on commit 8577b7c

Please sign in to comment.