forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from DopplerShift13/sharp-dressed-tran
CEO mindset: adds the first decent suit sprites in ss13 history, maybe
- Loading branch information
Showing
9 changed files
with
64 additions
and
4 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
modular_doppler/modular_cosmetics/GAGS/greyscale_configs_neck.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
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
30 changes: 30 additions & 0 deletions
30
modular_doppler/modular_cosmetics/code/under/miscellania.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,30 @@ | ||
/obj/item/clothing/under/cowl_neck_shirt | ||
name = "cowl neck shirt and trousers" | ||
desc = "A fairly conventional broadcloth shirt rendered directional with a loose folded neckline in place of a \ | ||
traditional shirt collar. Its complementary pants have eschewed belts and loops in favor of fit tabs." | ||
icon = 'modular_doppler/modular_cosmetics/icons/obj/under/miscellania.dmi' | ||
icon_state = "cowl_neck" | ||
worn_icon = 'modular_doppler/modular_cosmetics/icons/mob/under/miscellania.dmi' | ||
female_sprite_flags = FEMALE_UNIFORM_NO_BREASTS | ||
can_adjust = FALSE | ||
|
||
/obj/item/clothing/under/collared_shirt | ||
name = "collared shirt and trousers" | ||
desc = "This style of collared shirt has persisted now for centuries with only minor changes in styling, fit, \ | ||
and proportion. This one is very contemporary to the times." | ||
icon = 'modular_doppler/modular_cosmetics/icons/obj/under/miscellania.dmi' | ||
icon_state = "collared_shirt" | ||
worn_icon = 'modular_doppler/modular_cosmetics/icons/mob/under/miscellania.dmi' | ||
female_sprite_flags = FEMALE_UNIFORM_NO_BREASTS | ||
can_adjust = FALSE | ||
|
||
/obj/item/clothing/under/moto_leggings | ||
name = "'Naka' moto leggings" | ||
desc = "Lab grown lambskin has been adhered to a spandex underlayer to produce a leather with considerable \ | ||
four way stretch, allowing for a closer fit in leather pants than ever before. This style features integrated \ | ||
kneepads to boot. It's not recommended to use these for motorsports; they are not actually very protective." | ||
icon = 'modular_doppler/modular_cosmetics/icons/obj/under/miscellania.dmi' | ||
icon_state = "moto_leggings" | ||
worn_icon = 'modular_doppler/modular_cosmetics/icons/mob/under/miscellania.dmi' | ||
body_parts_covered = GROIN|LEGS | ||
can_adjust = FALSE |
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+618 Bytes
(110%)
modular_doppler/modular_cosmetics/icons/obj/suit/jacket.dmi
Binary file not shown.
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