forked from yogstation13/Yogstation
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
modular_dripstation/code/modules/clothing/department/civilian.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/obj/item/clothing/under/maid | ||
name = "maid costume" | ||
desc = "Maid in USSP." | ||
icon = 'modular_dripstation/icons/obj/clothing/uniform/civilian/civilian.dmi' | ||
worn_icon = 'modular_dripstation/icons/mob/clothing/uniform/civilian/civilian.dmi' | ||
|
||
/obj/item/clothing/under/rank/civilian/janitor/maid | ||
desc = "Special maid uniform for space housekeeping." | ||
icon = 'modular_dripstation/icons/obj/clothing/uniform/civilian/civilian.dmi' | ||
worn_icon = 'modular_dripstation/icons/mob/clothing/uniform/civilian/civilian.dmi' | ||
|
||
/obj/item/clothing/under/janimaid | ||
icon = 'modular_dripstation/icons/obj/clothing/uniform/civilian/civilian.dmi' | ||
worn_icon = 'modular_dripstation/icons/mob/clothing/uniform/civilian/civilian.dmi' | ||
|
||
/obj/item/clothing/under/lewdmaid | ||
name = "maid uniform" | ||
desc = "Cosplay maid uniform for your roleplay." | ||
icon_state = "maid_lewd" | ||
item_state = "maid_lewd" | ||
body_parts_covered = CHEST|GROIN|FEET|LEGS | ||
fitted = FEMALE_UNIFORM_TOP | ||
can_adjust = FALSE | ||
|
||
/obj/item/clothing/under/wench | ||
name = "wench uniform" | ||
desc = "Wench uniform for regular duty." | ||
icon_state = "wench" | ||
item_state = "wench" | ||
body_parts_covered = CHEST|GROIN|FEET|LEGS | ||
fitted = FEMALE_UNIFORM_TOP | ||
can_adjust = FALSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+17 Bytes
(100%)
modular_dripstation/icons/mob/clothing/uniform/service/mime.dmi
Binary file not shown.
Binary file modified
BIN
+107 Bytes
(120%)
modular_dripstation/icons/obj/clothing/uniform/service/mime.dmi
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters