diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index 9cc4f09ab8..6532751820 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -551,45 +551,53 @@ desc = "Excellent for when you need to do cool flashy flips." icon_state = "phantom_shoes" item_state = "phantom_shoes" + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/shoes/saints name = "saints sneakers" desc = "Officially branded Saints sneakers. Incredibly valuable!" icon_state = "saints_shoes" item_state = "saints_shoes" + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/shoes/morningstar name = "morningstar boots" desc = "The most expensive boots on this station. Wearing them dropped the value by about 50%." icon_state = "morningstar_shoes" item_state = "morningstar_shoes" + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/shoes/deckers name = "deckers rollerskates" desc = "t3h c00L3st sh03z j00'LL 3v3r f1nd." icon_state = "decker_shoes" item_state = "decker_shoes" + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/shoes/sybil_slickers name = "sybil slickers shoes" desc = "FOOTBALL! YEAH!" icon_state = "sneakers_blue" item_state = "sneakers_blue" + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/shoes/basil_boys name = "basil boys shoes" desc = "FOOTBALL! YEAH!" icon_state = "sneakers_red" item_state = "sneakers_red" + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/shoes/yakuza name = "tojo clan shoes" desc = "Steel-toed and intimidating." icon_state = "MajimaShoes" item_state = "MajimaShoes_worn" + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/shoes/jackbros name = "frosty boots" desc = "For when you're stepping on up to the plate." icon_state = "JackFrostShoes" item_state = "JackFrostShoes_worn" + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index c504ae79d3..513ad94365 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -1248,6 +1248,7 @@ icon_state = "driscoll_suit" item_state = "driscoll_suit" body_parts_covered = CHEST|GROIN|LEGS|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/irs name = "internal revenue service jacket" @@ -1255,6 +1256,7 @@ icon_state = "irs_suit" item_state = "irs_suit" body_parts_covered = CHEST|GROIN|LEGS|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/osi name = "\improper O.S.I. body armor" @@ -1262,6 +1264,7 @@ icon_state = "osi_suit" item_state = "osi_suit" body_parts_covered = CHEST|GROIN|LEGS|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/tmc name = "\improper Lost M.C. cut" @@ -1269,6 +1272,7 @@ icon_state = "tmc_suit" item_state = "tmc_suit" body_parts_covered = CHEST|GROIN|LEGS|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/pg name = "powder ganger jacket" @@ -1276,6 +1280,7 @@ icon_state = "pg_suit" item_state = "pg_suit" body_parts_covered = CHEST|GROIN|LEGS|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/deckers name = "decker hoodie" @@ -1283,6 +1288,7 @@ icon_state = "decker_suit" item_state = "decker_suit" body_parts_covered = CHEST|GROIN|LEGS|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/morningstar name = "morningstar coat" @@ -1290,6 +1296,7 @@ icon_state = "morningstar_suit" item_state = "morningstar_suit" body_parts_covered = CHEST|GROIN|LEGS|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/saints name = "Third Street Saints fur coat" @@ -1297,6 +1304,7 @@ icon_state = "saints_suit" item_state = "saints_suit" body_parts_covered = CHEST|GROIN|LEGS|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/phantom name = "phantom thief coat" @@ -1304,6 +1312,7 @@ icon_state = "phantom_suit" item_state = "phantom_suit" body_parts_covered = CHEST|GROIN|LEGS|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/allies name = "allies body armor" @@ -1311,6 +1320,7 @@ icon_state = "allies_armor" item_state = "allies_armor" body_parts_covered = CHEST|GROIN + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/soviet name = "soviet armored coat" @@ -1318,6 +1328,7 @@ icon_state = "soviet_suit" item_state = "soviet_suit" body_parts_covered = CHEST|GROIN|LEGS|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/yuri name = "yuri initiate coat" @@ -1325,6 +1336,7 @@ icon_state = "yuri_coat" item_state = "yuri_coat" body_parts_covered = CHEST|GROIN|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/sybil_slickers name = "sybil slickers protective gear" @@ -1332,6 +1344,7 @@ icon_state = "football_armor_blue" item_state = "football_armor_blue" body_parts_covered = CHEST|GROIN|LEGS|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/basil_boys name = "basil boys protective gear" @@ -1339,6 +1352,7 @@ icon_state = "football_armor_red" item_state = "football_armor_red" body_parts_covered = CHEST|GROIN|LEGS|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/yakuza name = "tojo clan jacket" @@ -1346,6 +1360,7 @@ icon_state = "MajimaJacket" item_state = "MajimaJacket" body_parts_covered = CHEST|GROIN|LEGS|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/suit/dutch name = "dutch's jacket" @@ -1353,4 +1368,5 @@ icon_state = "DutchJacket" item_state = "DutchJacket" body_parts_covered = CHEST|GROIN|LEGS|ARMS + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON diff --git a/code/modules/clothing/under/costume.dm b/code/modules/clothing/under/costume.dm index 5741c82482..9ebc79bd41 100644 --- a/code/modules/clothing/under/costume.dm +++ b/code/modules/clothing/under/costume.dm @@ -361,84 +361,98 @@ icon_state = "irs_jumpsuit" item_state = "irs_jumpsuit" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/osi name = "O.S.I. jumpsuit" icon_state = "osi_jumpsuit" item_state = "osi_jumpsuit" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/tmc name = "Lost MC clothing" icon_state = "tmc_jumpsuit" item_state = "tmc_jumpsuit" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/pg name = "powder ganger prison jumpsuit" icon_state = "pg_jumpsuit" item_state = "pg_jumpsuit" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/driscoll name = "O'Driscoll outfit" icon_state = "driscoll_jumpsuit" item_state = "driscoll_jumpsuit" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/deckers name = "deckers outfit" icon_state = "decker_jumpsuit" item_state = "decker_jumpsuit" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/morningstar name = "Morningstar suit" icon_state = "morningstar_jumpsuit" item_state = "morningstar_jumpsuit" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/saints name = "Saints outfit" icon_state = "saints_jumpsuit" item_state = "saints_jumpsuit" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/phantom name = "Phantom Thief outfit" icon_state = "phantom_jumpsuit" item_state = "phantom_jumpsuit" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/allies name = "allies tanktop" icon_state = "allies_uniform" item_state = "allies_uniform" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/soviet_families name = "soviet conscript uniform" icon_state = "soviet_uniform" item_state = "soviet_uniform" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/yuri name = "yuri initiate jumpsuit" icon_state = "yuri_uniform" item_state = "yuri_uniform" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/sybil_slickers name = "sybil slickers uniform" icon_state = "football_blue" item_state = "football_blue" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/basil_boys name = "basil boys uniform" icon_state = "football_red" item_state = "football_red" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/swagoutfit name = "Swag outfit" @@ -453,6 +467,7 @@ icon_state = "JackFrostUniform" item_state = "JackFrostUniform" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/yakuza name = "tojo clan pants" @@ -460,6 +475,7 @@ icon_state = "MajimaPants" item_state = "MajimaPants" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/costume/dutch name = "dutch's suit" @@ -467,3 +483,4 @@ icon_state = "DutchUniform" item_state = "DutchUniform" can_adjust = FALSE + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON diff --git a/code/modules/clothing/under/suits.dm b/code/modules/clothing/under/suits.dm index 5223a8c11a..8898696668 100644 --- a/code/modules/clothing/under/suits.dm +++ b/code/modules/clothing/under/suits.dm @@ -117,6 +117,7 @@ desc = "An excellent light colored suit, experts in the field stress that it should not to be confused with the inferior tan suit." icon_state = "beige_suit" item_state = "beige_suit" + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/suit/henchmen name = "henchmen jumpsuit" @@ -126,7 +127,8 @@ icon_state = "henchmen" item_state = "henchmen" body_parts_covered = CHEST|GROIN|LEGS|FEET|ARMS|HANDS|HEAD - flags_inv = HIDEGLOVES|HIDESHOES|HIDEEARS|HIDEEYES|HIDEHAIR + flags_inv = HIDEGLOVES|HIDESHOES|HIDEEARS|HIDEEYES|HIDEHAIR|HIDETAUR + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON /obj/item/clothing/under/suit/polychromic //enables all three overlays to reduce copypasta and defines basic stuff name = "polychromic suit"