Skip to content

Commit

Permalink
Add four more schoolgirl uniforms
Browse files Browse the repository at this point in the history
  • Loading branch information
out-of-phaze committed Oct 28, 2023
1 parent a680202 commit cce9edb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion code/modules/clothing/under/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,27 @@
body_parts_covered = SLOT_UPPER_BODY|SLOT_LOWER_BODY|SLOT_ARMS

/obj/item/clothing/under/schoolgirl
name = "schoolgirl uniform"
name = "blue schoolgirl uniform"
desc = "It's just like one of my Japanese animes!"
icon = 'icons/clothing/under/uniform_schoolgirl.dmi'
body_parts_covered = SLOT_UPPER_BODY|SLOT_LOWER_BODY

/obj/item/clothing/under/schoolgirl/red
name = "red schoolgirl uniform"
icon = 'icons/clothing/under/uniform_schoolgirl_red.dmi'

/obj/item/clothing/under/schoolgirl/yellow
name = "yellow schoolgirl uniform"
icon = 'icons/clothing/under/uniform_schoolgirl_yellow.dmi'

/obj/item/clothing/under/schoolgirl/green
name = "green schoolgirl uniform"
icon = 'icons/clothing/under/uniform_schoolgirl_green.dmi'

/obj/item/clothing/under/schoolgirl/pink
name = "pink schoolgirl uniform"
icon = 'icons/clothing/under/uniform_schoolgirl_pink.dmi'

/obj/item/clothing/under/overalls
name = "laborer's overalls"
desc = "A set of durable overalls for getting the job done."
Expand Down
Binary file modified icons/clothing/under/uniform_schoolgirl.dmi
Binary file not shown.
Binary file added icons/clothing/under/uniform_schoolgirl_green.dmi
Binary file not shown.
Binary file added icons/clothing/under/uniform_schoolgirl_pink.dmi
Binary file not shown.
Binary file added icons/clothing/under/uniform_schoolgirl_red.dmi
Binary file not shown.
Binary file added icons/clothing/under/uniform_schoolgirl_yellow.dmi
Binary file not shown.

0 comments on commit cce9edb

Please sign in to comment.