From da057fc315997ef5fc3ed2d1d0269786bd1460d3 Mon Sep 17 00:00:00 2001 From: ZeroNetAlpha Date: Tue, 18 Jul 2023 13:16:19 -0500 Subject: [PATCH 1/8] Update combat.dm --- code/__DEFINES/combat.dm | 43 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/code/__DEFINES/combat.dm b/code/__DEFINES/combat.dm index 188face1ad5..9d33925f942 100644 --- a/code/__DEFINES/combat.dm +++ b/code/__DEFINES/combat.dm @@ -419,7 +419,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_PISTOL_22_MATCH (BULLET_WOUND_PISTOL_22 * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_PISTOL_22_NAKED_MULT 1 #define RUBBERY_DAMAGE_PISTOL_22 (BULLET_DAMAGE_PISTOL_22 * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_PISTOL_22 (BULLET_DAMAGE_PISTOL_22 * 2) +#define RUBBERY_STAMINA_PISTOL_22 (BULLET_DAMAGE_PISTOL_22) #define RUBBERY_RECOIL_PISTOL_22 (BULLET_RECOIL_PISTOL_22 * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_PISTOL_22 (BULLET_WOUND_PISTOL_22 * 2) @@ -438,7 +438,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_PISTOL_9MM_MATCH (BULLET_WOUND_PISTOL_9MM * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_PISTOL_9MM_NAKED_MULT 1 #define RUBBERY_DAMAGE_PISTOL_9MM (BULLET_DAMAGE_PISTOL_9MM * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_PISTOL_9MM (BULLET_DAMAGE_PISTOL_9MM * 2) +#define RUBBERY_STAMINA_PISTOL_9MM (BULLET_DAMAGE_PISTOL_9MM) #define RUBBERY_RECOIL_PISTOL_9MM (BULLET_RECOIL_PISTOL_9MM * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_PISTOL_9MM (BULLET_WOUND_PISTOL_9MM * 2) @@ -457,7 +457,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_PISTOL_45ACP_MATCH (BULLET_WOUND_PISTOL_45ACP * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_PISTOL_45ACP_NAKED_MULT 1 #define RUBBERY_DAMAGE_PISTOL_45ACP (BULLET_DAMAGE_PISTOL_45ACP * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_PISTOL_45ACP (BULLET_DAMAGE_PISTOL_45ACP * 3) +#define RUBBERY_STAMINA_PISTOL_45ACP (BULLET_DAMAGE_PISTOL_45ACP) #define RUBBERY_RECOIL_PISTOL_45ACP (BULLET_RECOIL_PISTOL_45ACP * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_PISTOL_45ACP (BULLET_WOUND_PISTOL_45ACP * 2) @@ -476,7 +476,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_PISTOL_10MM_MATCH (BULLET_WOUND_PISTOL_10MM * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_PISTOL_10MM_NAKED_MULT 1 #define RUBBERY_DAMAGE_PISTOL_10MM (BULLET_DAMAGE_PISTOL_10MM * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_PISTOL_10MM (BULLET_DAMAGE_PISTOL_10MM * 3) +#define RUBBERY_STAMINA_PISTOL_10MM (BULLET_DAMAGE_PISTOL_10MM) #define RUBBERY_RECOIL_PISTOL_10MM (BULLET_RECOIL_PISTOL_10MM * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_PISTOL_10MM (BULLET_WOUND_PISTOL_10MM * 2) @@ -495,7 +495,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_PISTOL_NEEDLE_MATCH (BULLET_WOUND_PISTOL_NEEDLE * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_PISTOL_NEEDLE_NAKED_MULT 10 #define RUBBERY_DAMAGE_PISTOL_NEEDLE (BULLET_DAMAGE_PISTOL_NEEDLE * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_PISTOL_NEEDLE (BULLET_DAMAGE_PISTOL_NEEDLE * 3) +#define RUBBERY_STAMINA_PISTOL_NEEDLE (BULLET_DAMAGE_PISTOL_NEEDLE) #define RUBBERY_RECOIL_PISTOL_NEEDLE (BULLET_RECOIL_PISTOL_NEEDLE * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_PISTOL_NEEDLE (BULLET_WOUND_PISTOL_NEEDLE * 20) @@ -514,7 +514,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_PISTOL_38_MATCH (BULLET_WOUND_PISTOL_38 * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_PISTOL_38_NAKED_MULT 1 #define RUBBERY_DAMAGE_PISTOL_38 (BULLET_DAMAGE_PISTOL_38 * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_PISTOL_38 (BULLET_DAMAGE_PISTOL_38 * 3) +#define RUBBERY_STAMINA_PISTOL_38 (BULLET_DAMAGE_PISTOL_38) #define RUBBERY_RECOIL_PISTOL_38 (BULLET_RECOIL_PISTOL_38 * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_PISTOL_38 (BULLET_WOUND_PISTOL_38 * 2) @@ -533,7 +533,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_PISTOL_44_MATCH (BULLET_WOUND_PISTOL_44 * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_PISTOL_44_NAKED_MULT 1 #define RUBBERY_DAMAGE_PISTOL_44 (BULLET_DAMAGE_PISTOL_44 * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_PISTOL_44 (BULLET_DAMAGE_PISTOL_44 * 4) +#define RUBBERY_STAMINA_PISTOL_44 (BULLET_DAMAGE_PISTOL_44) #define RUBBERY_RECOIL_PISTOL_44 (BULLET_RECOIL_PISTOL_44 * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_PISTOL_44 (BULLET_WOUND_PISTOL_44 * 2) @@ -552,7 +552,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_PISTOL_14MM_MATCH (BULLET_WOUND_PISTOL_14MM * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_PISTOL_14MM_NAKED_MULT 1 #define RUBBERY_DAMAGE_PISTOL_14MM (BULLET_DAMAGE_PISTOL_14MM * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_PISTOL_14MM (BULLET_DAMAGE_PISTOL_14MM * 4) +#define RUBBERY_STAMINA_PISTOL_14MM (BULLET_DAMAGE_PISTOL_14MM) #define RUBBERY_RECOIL_PISTOL_14MM (BULLET_RECOIL_PISTOL_14MM * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_PISTOL_14MM (BULLET_WOUND_PISTOL_14MM * 2) @@ -571,7 +571,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_RIFLE_223_MATCH (BULLET_WOUND_RIFLE_223 * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_RIFLE_223_NAKED_MULT 1 #define RUBBERY_DAMAGE_RIFLE_223 (BULLET_DAMAGE_RIFLE_223 * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_RIFLE_223 (BULLET_DAMAGE_RIFLE_223 * 2) +#define RUBBERY_STAMINA_RIFLE_223 (BULLET_DAMAGE_RIFLE_223) #define RUBBERY_RECOIL_RIFLE_223 (BULLET_RECOIL_RIFLE_223 * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_RIFLE_223 (BULLET_WOUND_RIFLE_223 * 2) @@ -590,7 +590,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_RIFLE_5MM_MATCH (BULLET_WOUND_RIFLE_5MM * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_RIFLE_5MM_NAKED_MULT 1 #define RUBBERY_DAMAGE_RIFLE_5MM (BULLET_DAMAGE_RIFLE_5MM * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_RIFLE_5MM (BULLET_DAMAGE_RIFLE_5MM * 2) +#define RUBBERY_STAMINA_RIFLE_5MM (BULLET_DAMAGE_RIFLE_5MM) #define RUBBERY_RECOIL_RIFLE_5MM (BULLET_RECOIL_RIFLE_5MM * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_RIFLE_5MM (BULLET_WOUND_RIFLE_5MM * 2) @@ -609,7 +609,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_RIFLE_473_MATCH (BULLET_WOUND_RIFLE_473 * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_RIFLE_473_NAKED_MULT 1 #define RUBBERY_DAMAGE_RIFLE_473 (BULLET_DAMAGE_RIFLE_473 * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_RIFLE_473 (BULLET_DAMAGE_RIFLE_473 * 2) +#define RUBBERY_STAMINA_RIFLE_473 (BULLET_DAMAGE_RIFLE_473) #define RUBBERY_RECOIL_RIFLE_473 (BULLET_RECOIL_RIFLE_473 * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_RIFLE_473 (BULLET_WOUND_RIFLE_473 * 2) @@ -628,7 +628,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_RIFLE_308_MATCH (BULLET_WOUND_RIFLE_308 * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_RIFLE_308_NAKED_MULT 1 #define RUBBERY_DAMAGE_RIFLE_308 (BULLET_DAMAGE_RIFLE_308 * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_RIFLE_308 (BULLET_DAMAGE_RIFLE_308 * 3) +#define RUBBERY_STAMINA_RIFLE_308 (BULLET_DAMAGE_RIFLE_308) #define RUBBERY_RECOIL_RIFLE_308 (BULLET_RECOIL_RIFLE_308 * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_RIFLE_308 (BULLET_WOUND_RIFLE_308 * 2) @@ -647,7 +647,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_RIFLE_4570_MATCH (BULLET_WOUND_RIFLE_4570 * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_RIFLE_4570_NAKED_MULT 1 #define RUBBERY_DAMAGE_RIFLE_4570 (BULLET_DAMAGE_RIFLE_4570 * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_RIFLE_4570 (BULLET_DAMAGE_RIFLE_4570 * 3) +#define RUBBERY_STAMINA_RIFLE_4570 (BULLET_DAMAGE_RIFLE_4570) #define RUBBERY_RECOIL_RIFLE_4570 (BULLET_RECOIL_RIFLE_4570 * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_RIFLE_4570 (BULLET_WOUND_RIFLE_4570 * 4) @@ -666,7 +666,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_RIFLE_3006_MATCH (BULLET_WOUND_RIFLE_3006 * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_RIFLE_3006_NAKED_MULT 1 #define RUBBERY_DAMAGE_RIFLE_3006 (BULLET_DAMAGE_RIFLE_3006 * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_RIFLE_3006 (BULLET_DAMAGE_RIFLE_3006 * 3) +#define RUBBERY_STAMINA_RIFLE_3006 (BULLET_DAMAGE_RIFLE_3006) #define RUBBERY_RECOIL_RIFLE_3006 (BULLET_RECOIL_RIFLE_3006 * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_RIFLE_3006 (BULLET_WOUND_RIFLE_3006 * 4) @@ -685,7 +685,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_RIFLE_50MG_MATCH (BULLET_WOUND_RIFLE_50MG * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_RIFLE_50MG_NAKED_MULT 1 #define RUBBERY_DAMAGE_RIFLE_50MG (BULLET_DAMAGE_RIFLE_50MG * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_RIFLE_50MG (BULLET_DAMAGE_RIFLE_50MG * 4) +#define RUBBERY_STAMINA_RIFLE_50MG (BULLET_DAMAGE_RIFLE_50MG) #define RUBBERY_RECOIL_RIFLE_50MG (BULLET_RECOIL_RIFLE_50MG * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_RIFLE_50MG (BULLET_WOUND_RIFLE_50MG * 2) @@ -704,7 +704,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_RIFLE_GAUSS_MATCH (BULLET_WOUND_RIFLE_GAUSS * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_RIFLE_GAUSS_NAKED_MULT 1 #define RUBBERY_DAMAGE_RIFLE_GAUSS (BULLET_DAMAGE_RIFLE_GAUSS * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_RIFLE_GAUSS (BULLET_DAMAGE_RIFLE_GAUSS * 4) +#define RUBBERY_STAMINA_RIFLE_GAUSS (BULLET_DAMAGE_RIFLE_GAUSS) #define RUBBERY_RECOIL_RIFLE_GAUSS (BULLET_RECOIL_RIFLE_GAUSS * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_RIFLE_GAUSS (BULLET_WOUND_RIFLE_GAUSS * 2) @@ -724,7 +724,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_SHOTGUN_PELLET_MATCH (BULLET_WOUND_SHOTGUN_PELLET * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_SHOTGUN_PELLET_NAKED_MULT 1 #define RUBBERY_DAMAGE_SHOTGUN_PELLET (BULLET_DAMAGE_SHOTGUN_PELLET * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_SHOTGUN_PELLET (BULLET_DAMAGE_SHOTGUN_PELLET * 2) +#define RUBBERY_STAMINA_SHOTGUN_PELLET (BULLET_DAMAGE_SHOTGUN_PELLET * 1.5) #define RUBBERY_RECOIL_SHOTGUN_PELLET (BULLET_RECOIL_SHOTGUN_PELLET * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_SHOTGUN_PELLET (BULLET_WOUND_SHOTGUN_PELLET * 2) @@ -743,7 +743,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_SHOTGUN_SLUG_MATCH (BULLET_WOUND_SHOTGUN_SLUG * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_SHOTGUN_SLUG_NAKED_MULT 1 #define RUBBERY_DAMAGE_SHOTGUN_SLUG (BULLET_DAMAGE_SHOTGUN_SLUG * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_SHOTGUN_SLUG (BULLET_DAMAGE_SHOTGUN_SLUG * 4) +#define RUBBERY_STAMINA_SHOTGUN_SLUG (BULLET_DAMAGE_SHOTGUN_SLUG) #define RUBBERY_RECOIL_SHOTGUN_SLUG (BULLET_RECOIL_SHOTGUN_SLUG * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_SHOTGUN_SLUG (BULLET_WOUND_SHOTGUN_SLUG * 4) @@ -762,7 +762,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_SHOTGUN_TRAIN_MATCH (BULLET_WOUND_SHOTGUN_TRAIN * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_SHOTGUN_TRAIN_NAKED_MULT 1 #define RUBBERY_DAMAGE_SHOTGUN_TRAIN (BULLET_DAMAGE_SHOTGUN_TRAIN * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_SHOTGUN_TRAIN (BULLET_DAMAGE_SHOTGUN_TRAIN * 4) +#define RUBBERY_STAMINA_SHOTGUN_TRAIN (BULLET_DAMAGE_SHOTGUN_TRAIN) #define RUBBERY_RECOIL_SHOTGUN_TRAIN (BULLET_RECOIL_SHOTGUN_TRAIN * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_SHOTGUN_TRAIN (BULLET_WOUND_SHOTGUN_TRAIN * 4) @@ -781,7 +781,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_FLINTLOCK_MATCH (BULLET_WOUND_FLINTLOCK * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_FLINTLOCK_NAKED_MULT 1 #define RUBBERY_DAMAGE_FLINTLOCK (BULLET_DAMAGE_FLINTLOCK * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_FLINTLOCK (BULLET_DAMAGE_FLINTLOCK * 4) +#define RUBBERY_STAMINA_FLINTLOCK (BULLET_DAMAGE_FLINTLOCK) #define RUBBERY_RECOIL_FLINTLOCK (BULLET_RECOIL_FLINTLOCK * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_FLINTLOCK (BULLET_WOUND_FLINTLOCK * 4) @@ -800,7 +800,7 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define BULLET_WOUND_GHOUL_ROCK_MATCH (BULLET_WOUND_GHOUL_ROCK * BULLET_MATCH_MULT_WOUND) #define BULLET_WOUND_GHOUL_ROCK_NAKED_MULT 2 #define RUBBERY_DAMAGE_GHOUL_ROCK (BULLET_DAMAGE_GHOUL_ROCK * RUBBERY_DAMAGE_MULT) -#define RUBBERY_STAMINA_GHOUL_ROCK (BULLET_DAMAGE_GHOUL_ROCK * 4) +#define RUBBERY_STAMINA_GHOUL_ROCK (BULLET_DAMAGE_GHOUL_ROCK) #define RUBBERY_RECOIL_GHOUL_ROCK (BULLET_RECOIL_GHOUL_ROCK * RUBBERY_RECOIL_MULT) #define RUBBERY_WOUND_GHOUL_ROCK (BULLET_WOUND_GHOUL_ROCK * 4) @@ -1400,4 +1400,3 @@ GLOBAL_LIST_INIT(main_body_parts, list( #define FLINTLOCK_PISTOL_PREFIRE_STD 2 #define FLINTLOCK_MINIMUSKET_PREFIRE_STD 1 #define FLINTLOCK_MUSKET_PREFIRE_STD 1.5 - From ff3368c7a8b04c51ba52e863f408eb92f49a0a40 Mon Sep 17 00:00:00 2001 From: RinPin <89030906+RinPin@users.noreply.github.com> Date: Tue, 18 Jul 2023 17:27:42 -0300 Subject: [PATCH 2/8] Update f13powerfist.dm --- code/game/objects/items/melee/f13powerfist.dm | 30 ++++++++++++++++--- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/code/game/objects/items/melee/f13powerfist.dm b/code/game/objects/items/melee/f13powerfist.dm index f7f4ae8a38e..4ade6fbff2f 100644 --- a/code/game/objects/items/melee/f13powerfist.dm +++ b/code/game/objects/items/melee/f13powerfist.dm @@ -12,7 +12,7 @@ righthand_file = 'icons/mob/inhands/weapons/melee_righthand.dmi' flags_1 = CONDUCT_1 attack_verb = list("whacked", "fisted", "power-punched") - force = 30 //needs more hefty damage to be worthwhile outside pvp. will have to test + force = 45 //needs more hefty damage to be worthwhile outside pvp. will have to test throwforce = 10 throw_range = 3 w_class = WEIGHT_CLASS_NORMAL @@ -21,6 +21,27 @@ var/throw_distance = 1 attack_speed = CLICK_CD_MELEE + ///Extra damage through the punch. + var/enhancement = 45 // makes it add 45 to the user punches , replace that number with whatever you want the punch damage to be + + +/obj/item/melee/powerfist/f13/equipped(mob/user, slot) + . = ..() + if(slot == SLOT_GLOVES) + if(ishuman(user)) + var/mob/living/carbon/human/H = user + ADD_TRAIT(H, TRAIT_PUGILIST, GLOVE_TRAIT) + H.dna.species.punchdamagehigh += enhancement + H.dna.species.punchdamagelow += enhancement + +/obj/item/clothing/gloves/fingerless/pugilist/dropped(mob/user) + + REMOVE_TRAIT(user, TRAIT_PUGILIST, GLOVE_TRAIT) + if(ishuman(user)) + var/mob/living/carbon/human/H = user + H.dna.species.punchdamagehigh -= enhancement + H.dna.species.punchdamagelow -= enhancement + return ..() /obj/item/melee/powerfist/f13/attackby(obj/item/W, mob/user, params) if(istype(W, /obj/item/wrench)) switch(fisto_setting) @@ -63,9 +84,9 @@ righthand_file = 'icons/fallout/onmob/weapons/melee1h_righthand.dmi' icon_state = "goliath" item_state = "goliath" - force = 35 //needs to fuckin slapp + force = 55 //legendary tier power fist, one of a kind, why should it hit for less than a machete throw_distance = 3 - + enhancement = 50 // Mole Miner /obj/item/melee/powerfist/f13/moleminer name = "mole miner gauntlet" @@ -75,9 +96,10 @@ lefthand_file = 'icons/mob/inhands/weapons/melee_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/melee_righthand.dmi' flags_1 = CONDUCT_1 - force = 25 //It shouldn't be both a mid fist weapon and a digging tool dangit! Especially for the resources it takes! 5 less dmg than a power fist + force = 38 //weaker but it should atleast 1 tap trash mobs throwforce = 10 throw_range = 7 + enhancement = 30 //mace tier attack_verb = list("slashed", "sliced", "torn", "ripped", "diced", "cut") hitsound = 'sound/weapons/bladeslice.ogg' tool_behaviour = TOOL_MINING From c0494ee9bd09a766efc83982d2349797c7bf29d3 Mon Sep 17 00:00:00 2001 From: RinPin <89030906+RinPin@users.noreply.github.com> Date: Wed, 19 Jul 2023 02:27:33 -0300 Subject: [PATCH 3/8] freebies --- .../code/modules/client/loadout/shoes.dm | 10 +- .../code/modules/client/loadout/suit.dm | 128 ++-- .../code/modules/client/loadout/uniform.dm | 692 +++++++++--------- 3 files changed, 418 insertions(+), 412 deletions(-) diff --git a/modular_citadel/code/modules/client/loadout/shoes.dm b/modular_citadel/code/modules/client/loadout/shoes.dm index b0262184a00..eb10cea123c 100644 --- a/modular_citadel/code/modules/client/loadout/shoes.dm +++ b/modular_citadel/code/modules/client/loadout/shoes.dm @@ -7,7 +7,7 @@ /datum/gear/shoes/laceup name = "laceup shoes" path = /obj/item/clothing/shoes/laceup - cost = 1 + cost = 0 /datum/gear/shoes/workboots name = "work boots" @@ -63,22 +63,22 @@ /datum/gear/shoes/wraps name = "golden leg wraps" path = /obj/item/clothing/shoes/wraps - cost = 1 + cost = 0 /datum/gear/shoes/wrapssilver name = "silver leg wraps" path = /obj/item/clothing/shoes/wraps/silver - cost = 1 + cost = 0 /datum/gear/shoes/wrapsblue name = "blue leg wraps" path = /obj/item/clothing/shoes/wraps/blue - cost = 1 + cost = 0 /datum/gear/shoes/wrapsred name = "red leg wraps" path = /obj/item/clothing/shoes/wraps/red - cost = 1 + cost = 0 /datum/gear/shoes/wornboots name = "worn boots" diff --git a/modular_citadel/code/modules/client/loadout/suit.dm b/modular_citadel/code/modules/client/loadout/suit.dm index 1ceac36fa45..ae851b52fce 100644 --- a/modular_citadel/code/modules/client/loadout/suit.dm +++ b/modular_citadel/code/modules/client/loadout/suit.dm @@ -6,17 +6,17 @@ /datum/gear/suit/redhood name = "Red cloak" path = /obj/item/clothing/suit/hooded/cloak/david - cost = 1 + cost = 0 /datum/gear/suit/greyrobes name = "Grey robes" path = /obj/item/clothing/suit/hooded/robes/grey - cost = 1 + cost = 0 /datum/gear/suit/brownrobes name = "Brown robes" path = /obj/item/clothing/suit/hooded/robes - cost = 1 + cost = 0 /datum/gear/suit/hoodedmask name = "patched heavy leather cloak" @@ -26,33 +26,33 @@ /datum/gear/suit/suspenders name = "suspenders" path = /obj/item/clothing/suit/suspenders - cost = 1 + cost = 0 /datum/gear/suit/suit_gear_harness name = "secondary gear harness" path = /obj/item/clothing/suit/armor/outfit/vest/utility/gear_harness - cost = 1 + cost = 0 /datum/gear/suit/labcoat name = "Labcoat" path = /obj/item/clothing/suit/toggle/labcoat - cost = 1 + cost = 0 /datum/gear/suit/surgicalhood name = "surgical scrubs" path = /obj/item/clothing/suit/hooded/surgical - cost = 1 + cost = 0 /datum/gear/suit/brownvest name = "brown vest" path = /obj/item/clothing/suit/armor/outfit/vest/cowboy - cost = 1 + cost = 0 /datum/gear/suit/bomber name = "Bomber jacket" path = /obj/item/clothing/suit/jacket subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/bomber/oldjacketbomber name = "Old bomber jacket" @@ -64,7 +64,7 @@ name = "Red flannel jacket" path = /obj/item/clothing/suit/jacket/flannel/red subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/flannel/jacketflannelblack name = "Black flannel jacket" @@ -88,44 +88,44 @@ name = "Leather overcoat" path = /obj/item/clothing/suit/jacket/leather/overcoat subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/jacketpuffer name = "Puffer jacket" path = /obj/item/clothing/suit/jacket/puffer subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/vestpuffer name = "Puffer vest" path = /obj/item/clothing/suit/jacket/puffer/vest subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/greyparka name = "grey parka" path = /obj/item/clothing/suit/hooded/parka/grey subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/jacketlettermanbrown name = "Brown letterman jacket" path = /obj/item/clothing/suit/jacket/letterman subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/jacketlettermanred name = "Red letterman jacket" path = /obj/item/clothing/suit/jacket/letterman_red subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/militaryjacket name = "Military Jacket" path = /obj/item/clothing/suit/jacket/miljacket subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/flakjack name = "Flak Jacket" @@ -546,283 +546,283 @@ name = "Heart cloak" path = /obj/item/clothing/suit/pip_cloak subcategory = LOADOUT_SUBCATEGORY_SUIT_GENERAL - cost = 1 + cost = 0 /datum/gear/suit/flintlock name = "Flintlock Jacket" path = /obj/item/clothing/suit/flintlock subcategory = LOADOUT_SUBCATEGORY_SUIT_GENERAL - cost = 1 + cost = 0 /datum/gear/suit/dension name = "dension jacket" path = /obj/item/clothing/suit/dension subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/pirate name = "pirate jacket" path = /obj/item/clothing/suit/pirate subcategory = LOADOUT_SUBCATEGORY_SUIT_GENERAL - cost = 1 + cost = 0 /datum/gear/suit/bee name = "bee costume" path = /obj/item/clothing/suit/hooded/bee_costume subcategory = LOADOUT_SUBCATEGORY_SUIT_GENERAL - cost = 1 + cost = 0 /datum/gear/suit/canadian_coat name = "canadian coat" path = /obj/item/clothing/suit/canadian_coat subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/adamantite name = "adamantite coat" path = /obj/item/clothing/suit/gob/adamantite subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/arcanium name = "arcanium coat" path = /obj/item/clothing/suit/gob/arcanium subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/gladiator name = "Gladiator armor" path = /obj/item/clothing/suit/gob/gladiator subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/black name = "Black Coat" path = /obj/item/clothing/suit/gob/black subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/black_gold name = "black and gold coat" path = /obj/item/clothing/suit/gob/black_gold subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/copper name = "copper coat" path = /obj/item/clothing/suit/gob/copper subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/dark_knight name = "dark knight coat" path = /obj/item/clothing/suit/gob/dark_knight subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/holy_knight name = "holy knight coat" path = /obj/item/clothing/suit/gob/holy_knight subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/iron name = "iron coat" path = /obj/item/clothing/suit/gob/iron subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/kraus name = "Kraus Armor" path = /obj/item/clothing/suit/gob/kraus subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/leather name = "leather coat" path = /obj/item/clothing/suit/gob/leather subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/steel name = "Steel coat" path = /obj/item/clothing/suit/gob/steel subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/ned name = "Ned coat" path = /obj/item/clothing/suit/ranger/ned subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/us_coat name = "us coat" path = /obj/item/clothing/suit/ranger/us_coat subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/trench_colorable name = "trench coat, colorable" path = /obj/item/clothing/suit/toggle/labcoat/ranger/trench_colorable subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/poncho name = "rainbow poncho" path = /obj/item/clothing/suit/eris/poncho subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/cyberpunksleek name = "Cyperpunk Brown" path = /obj/item/clothing/suit/eris/cyberpunksleek subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/cyberpunksleek/black name = "Cyperpunk black" path = /obj/item/clothing/suit/eris/cyberpunksleek_black subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 10 /datum/gear/suit/eris/cyberpunksleek/green name = "Cyperpunk Green" path = /obj/item/clothing/suit/eris/cyberpunksleek_green subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/cyberpunksleek/white name = "Cyperpunk white" path = /obj/item/clothing/suit/eris/cyberpunksleek_white subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/cyberpunksleek/long/green name = "Cyperpunk green" path = /obj/item/clothing/suit/eris/cyberpunksleek_long_green subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/cyberpunksleek/long/black name = "Cyperpunk black" path = /obj/item/clothing/suit/eris/cyberpunksleek_long_black subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/cyberpunksleek/long/white name = "Cyperpunk white" path = /obj/item/clothing/suit/eris/cyberpunksleek_long_white subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/cyberpunksleek/long name = "Cyperpunk brown" path = /obj/item/clothing/suit/eris/cyberpunksleek_long subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/overcoat_brown name = "Brown overcoat" path = /obj/item/clothing/suit/eris/overcoat_brown subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/overcoat_black name = "Black overcoat" path = /obj/item/clothing/suit/eris/overcoat_black subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/blackrunner name = "Blade Runner Coat" path = /obj/item/clothing/suit/eris/bladerunner_coat subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/boxer_jacket name = "Boxer Jacket" path = /obj/item/clothing/suit/eris/boxer_jacket subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/drive_jacket name = "drive Jacket" path = /obj/item/clothing/suit/eris/drive_jacket subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/violet_jacket name = "violet Jacket" path = /obj/item/clothing/suit/eris/violet_jacket subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/tunnelsnake name = "Tunnel Snake Jacket" path = /obj/item/clothing/suit/eris/tunnelsnake subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/eris/dante name = "Dante Jacket" path = /obj/item/clothing/suit/eris/dante subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/techpriest name = "Techpriest robes" path = /obj/item/clothing/suit/hooded/techpriest subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/chomp/warden name = "warden jacket" path = /obj/item/clothing/suit/chomp/warden subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/chomp/hos_trench name = "black trench jacket" path = /obj/item/clothing/suit/chomp/hos_trench subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/chomp/talon name = "dark blue jacket" path = /obj/item/clothing/suit/toggle/labcoat/chomp/talon subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/chomp/redjacket name = "Red Hoodie" path = /obj/item/clothing/suit/toggle/labcoat/chomp/redjacket subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/chomp/bluejacket name = "Blue Hoodie" path = /obj/item/clothing/suit/toggle/labcoat/chomp/bluejacket subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/chomp/greenjacket name = "Green Hoodie" path = /obj/item/clothing/suit/toggle/labcoat/chomp/greenjacket subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/chomp/yellowjacket name = "Yellow Hoodie" path = /obj/item/clothing/suit/toggle/labcoat/chomp/yellowjacket subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 /datum/gear/suit/chomp/purplejacket name = "Purple Hoodie" path = /obj/item/clothing/suit/toggle/labcoat/chomp/purplejacket subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS - cost = 1 + cost = 0 //These should be left commented out until the holidays or special events. //Recommenting these in. diff --git a/modular_citadel/code/modules/client/loadout/uniform.dm b/modular_citadel/code/modules/client/loadout/uniform.dm index 723c861f623..31660b7a6ab 100644 --- a/modular_citadel/code/modules/client/loadout/uniform.dm +++ b/modular_citadel/code/modules/client/loadout/uniform.dm @@ -2,7 +2,7 @@ category = LOADOUT_CATEGORY_UNIFORM subcategory = LOADOUT_SUBCATEGORY_UNIFORM_GENERAL slot = SLOT_W_UNIFORM - cost = 1 + cost = 0 /datum/gear/uniform/recon name = "BoS Recon Suit" @@ -261,32 +261,32 @@ /datum/gear/uniform/suit/checkered_suit name = "checkered Suit" path = /obj/item/clothing/under/suit/checkered - cost = 1 + cost = 0 /datum/gear/uniform/suit/navy name = "navy suit" path = /obj/item/clothing/under/suit/navy - cost = 1 + cost = 0 /datum/gear/uniform/suit/burgundy name = "burgundy suit" path = /obj/item/clothing/under/suit/burgundy - cost = 1 + cost = 0 /datum/gear/uniform/suit/tan name = "tan suit" path = /obj/item/clothing/under/suit/tan - cost = 1 + cost = 0 /datum/gear/uniform/suit/gentlesuit name = "gentleman suit" path = /obj/item/clothing/under/f13/gentlesuit - cost = 1 + cost = 0 /datum/gear/uniform/suit/white name = "white formal underclothes" path = /obj/item/clothing/under/suit/white - cost = 1 + cost = 0 /datum/gear/uniform/mailmanuniform name = "mailman's jumpsuit" @@ -742,7 +742,7 @@ /datum/gear/uniform/suit/blueshift name = "security suit and tie" path = /obj/item/clothing/under/rank/security/officer/blueshirt - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SUITS restricted_desc = "Nash" restricted_roles = list("High Alderperson", @@ -780,181 +780,181 @@ /datum/gear/uniform/skirt/white name = "white suitskirt" path = /obj/item/clothing/under/suit/white_on_white/skirt - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/polychromic name = "polychromic skirt" path = /obj/item/clothing/under/dress/skirt/polychromic - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/polychromic/pleated name = "polychromic pleated skirt" path = /obj/item/clothing/under/dress/skirt/polychromic/pleated - cost = 1 + cost = 00 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/plaid/red name = "red plaid skirt" path = /obj/item/clothing/under/dress/skirt/plaid - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/plaid/green name = "green plaid skirt" path = /obj/item/clothing/under/dress/skirt/plaid/green - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/plaid/blue name = "blue plaid skirt" path = /obj/item/clothing/under/dress/skirt/plaid/blue - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/plaid/purple name = "purple plaid skirt" path = /obj/item/clothing/under/dress/skirt/plaid/purple - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/black name = "black skirt" path = /obj/item/clothing/under/dress/skirt - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/vcity name = "VTCC jumpskirt" path = /obj/item/clothing/under/f13/vault/vcity/skirt - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/tac name = "''tactical'' combat skirt" path = /obj/item/clothing/under/f13/legskirt/tac - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/swept name = "swept skirt" path = /obj/item/clothing/under/dress/skirt/swept - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/blueschool name = "blue schoolgirl uniform" path = /obj/item/clothing/under/costume/schoolgirl - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/redschool name = "red schoolgirl uniform" path = /obj/item/clothing/under/costume/schoolgirl/red - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/greenschool name = "green schoolgirl uniform" path = /obj/item/clothing/under/costume/schoolgirl/green - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/orangeschool name = "orange schoolgirl uniform" path = /obj/item/clothing/under/costume/schoolgirl/orange - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/yellowperf name = "yellow performer's outfit" path = /obj/item/clothing/under/costume/singer/yellow - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/red name = "red skirt" path = /obj/item/clothing/under/dress/skirt/red - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/blue name = "blue skirt" path = /obj/item/clothing/under/dress/skirt/blue - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/purple name = "purple skirt" path = /obj/item/clothing/under/dress/skirt/purple - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/denim name = "denim skirt" path = /obj/item/clothing/under/pants/denimskirt - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/curator name = "sensible suitskirt" path = /obj/item/clothing/under/rank/civilian/curator/skirt - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/blue/suit name = "blue suitskirt" path = /obj/item/clothing/under/rank/civilian/lawyer/bluesuit/skirt - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/purple/suit name = "purple suitskirt" path = /obj/item/clothing/under/rank/civilian/lawyer/purpsuit/skirt - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/blue/lawyer name = "blue lawyer suitskirt" path = /obj/item/clothing/under/rank/civilian/lawyer/blue/skirt - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/red/lawyer name = "red lawyer suitskirt" path = /obj/item/clothing/under/rank/civilian/lawyer/red/skirt - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/executive/suit name = "executive suitskirt" path = /obj/item/clothing/under/rank/civilian/lawyer/really_black/skirt - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/black/female/suit name = "black female suitskirt" path = /obj/item/clothing/under/rank/civilian/lawyer/female/skirt - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/black/suit name = "black lawyer suitskirt" path = /obj/item/clothing/under/rank/civilian/lawyer/black/skirt - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/black/suit/alt name = "black alt suitskirt" path = /obj/item/clothing/under/rank/civilian/lawyer/black/alt/skirt - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS /datum/gear/uniform/skirt/bartender name = "bartender's skirt" path = /obj/item/clothing/under/rank/civilian/bartender/skirt - cost = 1 + cost = 00 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SKIRTS // Wasteland catagory @@ -962,103 +962,103 @@ /datum/gear/uniform/wasteland/ghoul name = "Ripped pants" path = /obj/item/clothing/under/pants/f13/ghoul - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_PANTS /datum/gear/uniform/wasteland/caravan name = "Caravanner pants" path = /obj/item/clothing/under/pants/f13/caravan - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_PANTS /datum/gear/uniform/wasteland/clothing name = "Cloth pants" path = /obj/item/clothing/under/pants/f13/cloth - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_PANTS /datum/gear/uniform/wasteland/masonduds name = "Vagabond's gang attire" path = /obj/item/clothing/under/f13/masonduds - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_RAIDER /datum/gear/uniform/wasteland/helenduds name = "Gambler's gang attire" path = /obj/item/clothing/under/f13/helenduds - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_RAIDER /datum/gear/uniform/wasteland/ikeduds name = "Gunfighter's gang attire" path = /obj/item/clothing/under/f13/ikeduds - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_RAIDER /datum/gear/uniform/wasteland/marlowduds name = "Marlow gang attire" path = /obj/item/clothing/under/f13/marlowduds - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_RAIDER /datum/gear/uniform/wasteland/locust name = "Locust Uniform" path = /obj/item/clothing/under/f13/locust - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_RAIDER /datum/gear/uniform/wasteland/keksweater name = "Red sweater" path = /obj/item/clothing/under/f13/keksweater - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SWEATERS /datum/gear/uniform/wasteland/jamrock name = "Disco shirt and pants" path = /obj/item/clothing/under/f13/jamrock - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_GENERAL /datum/gear/uniform/wasteland/ravenharness name = "Raven harness" path = /obj/item/clothing/under/f13/ravenharness - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_RAIDER /datum/gear/uniform/wasteland/raiderharness name = "Raider harness" path = /obj/item/clothing/under/f13/raiderharness - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_RAIDER /datum/gear/uniform/wasteland/worn name = "Worn outfit" path = /obj/item/clothing/under/f13/worn - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_WASTELAND /datum/gear/uniform/wasteland/merchant name = "Merchant outfit" path = /obj/item/clothing/under/f13/merchant - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_WASTELAND /datum/gear/uniform/wasteland/caravaneer name = "Caravaneer outfit" path = /obj/item/clothing/under/f13/caravaneer - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_WASTELAND /datum/gear/uniform/wasteland/mercharm name = "Merc charmer outfit" path = /obj/item/clothing/under/f13/merccharm - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_WASTELAND /datum/gear/uniform/wasteland/doctor name = "Doctor fatigues" path = /obj/item/clothing/under/f13/doctor - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_WASTELAND /datum/gear/uniform/wasteland/bennys @@ -1089,7 +1089,7 @@ /datum/gear/uniform/wasteland/overalls name = "Laborer's Overalls" path = /obj/item/clothing/under/overalls - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_WASTELAND /// Tribal stuff in wasteland tab below @@ -1097,408 +1097,408 @@ /datum/gear/uniform/wasteland/loincloth name = "Loincloth outfit" path = /obj/item/clothing/under/f13/wayfarer - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/loincloth/hunter name = "Rugged loincloth outfit" path = /obj/item/clothing/under/f13/wayfarer/hunter - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/loincloth/exiled name = "Disleveled loincloth" path = /obj/item/clothing/under/f13/exile/tribal - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/loincloth/rags name = "Tribal Rags outfit" path = /obj/item/clothing/under/f13/tribe - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/loincloth/razorclaw name = "Razorclaw robes outfit" path = /obj/item/clothing/under/f13/tribe_Hhunter - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/loincloth/shamanrobes name = "Tribal shaman robes outfit" path = /obj/item/clothing/under/f13/tribe_shaman - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/loincloth/shamanred name = "Red shaman robes outfit" path = /obj/item/clothing/under/f13/wayfarer/shamanred - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/loincloth/shamanblue name = "Blue shaman robes outfit" path = /obj/item/clothing/under/f13/wayfarer/shamanblue - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/loincloth/chiefrobes name = "Tribal chief robes outfit" path = /obj/item/clothing/under/f13/tribe_chief - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/loincloth/maletribal name = "male tribal outfit" path = /obj/item/clothing/under/f13/tribal - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/loincloth/femaletribal name = "female tribal outfit" path = /obj/item/clothing/under/f13/female/tribal - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/bone/dancer name = "Bone dancer outfit" path = /obj/item/clothing/under/f13/bone - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/sorrows name = "Sorrows garb" path = /obj/item/clothing/under/f13/sorrows - cost = 1 + cost = 00 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/sorrows/female name = "Sorrows female garb" path = /obj/item/clothing/under/f13/female/sorrows - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/deadhorses name = "Dead horses garb" path = /obj/item/clothing/under/f13/deadhorses - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/deadhorses/female name = "Dead horses female garb" path = /obj/item/clothing/under/f13/female/deadhorses - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/rustwalker name = "Rust walkers outfit" path = /obj/item/clothing/under/f13/rustwalkers - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/rustwalker/female name = "Rust walkers female outfit" path = /obj/item/clothing/under/f13/female/rustwalkers - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/whitelegs name = "White legs outfit" path = /obj/item/clothing/under/f13/whitelegs - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/wasteland/whitelegs/female name = "White legs female outfit" path = /obj/item/clothing/under/f13/female/whitelegs - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/kimono/red name = "Red Kimono" path = /obj/item/clothing/under/kimono/red - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/kimono/orange name = "Orange Kimono" path = /obj/item/clothing/under/kimono/orange - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/kimono/yellow name = "Yellow Kimono" path = /obj/item/clothing/under/kimono/yellow - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/kimono/green name = "Green Kimono" path = /obj/item/clothing/under/kimono/green - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/kimono/blue name = "Blue Kimono" path = /obj/item/clothing/under/kimono/blue - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/kimono/purple name = "Purple Kimono" path = /obj/item/clothing/under/kimono/purple - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/kimono/violet name = "Violet Kimono" path = /obj/item/clothing/under/kimono/violet - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/kimono/pink name = "Pink Kimono" path = /obj/item/clothing/under/kimono/pink - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/kimono/earth name = "Earth Kimono" path = /obj/item/clothing/under/kimono/earth - cost = 1 + cost = 0 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/goner_red name = "utility uniform, red" - cost = 1 + cost = 0 path = /obj/item/clothing/under/f13/goner/red subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/goner_green name = "utility uniform, green" - cost = 1 + cost = 0 path = /obj/item/clothing/under/f13/goner/green subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/goner_blue name = "utility uniform, blue" - cost = 1 + cost = 0 path = /obj/item/clothing/under/f13/goner/blue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/goner_yellow name = "utility uniform, yellow" - cost = 1 + cost = 0 path = /obj/item/clothing/under/f13/goner/yellow subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/clown name = "Clown suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/clown subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL -/datum/gear/uniform/jester1 +/datum/gear/uniform/jester0 name = "Blue and Red Jester Suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/jester subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/jester2 name = "Yellow and Red Jester Suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/jester2 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/jesterdark name = "Dark Jester Suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/jesterdark subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/lobster name = "lobster costume" - cost = 1 + cost = 0 path = /obj/item/clothing/under/costume/lobster subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/burma name = "Jungle uniform" - cost = 1 + cost = 0 path = /obj/item/clothing/under/burma subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/burma/britishbattle name = "British Battle Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/burma/britishbattledress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/indiancloth_one name = "Fuzzy Loincloth, short" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/indiancloth_one subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/indiancloth_two name = "Fuzzy Loincloth, longer" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/indiancloth_two subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/indiancloth_three name = "Fuzzy Loincloth, groin and chest" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/indiancloth_three subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/indiancloth_shaman name = "Fuzzy Loincloth, shaman" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/indiancloth_shaman subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/indiancloth_chef name = "Fuzzy Loincloth, chef" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/indiancloth_chef subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/portuguese_sailor1 name = "Green Sailor" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/portuguese_sailor1 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/portuguese_sailor2 name = "Green Sailor, with bow" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/portuguese_sailor2 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/pinksailor name = "Pink Sailor" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/sailor_port subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/brownsailor name = "Brown Sailor" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/spanish_sailor subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/spanishsoldier name = "Spanish Soldier" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/spanish_soldier subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/britishsoldier name = "british Soldier" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/british_soldier subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/frenchsailor name = "french sailor" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/french_sailor subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/dutchsailor name = "dutch sailor" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/dutch_sailor subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/dress2 name = "blue pheasent dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/dress2 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/dress3 name = "brown pheasent dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/dress3 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/dressg name = "green pheasent dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/dressg subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/dressr name = "red pheasent dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/dressr subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/leopardpelt name = "leopard pelt" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/leopardpelt subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRIBAL /datum/gear/uniform/arabw_robe name = "blue robe" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/arabw_robe subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/arabw_tunic name = "blue tunic" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/arabw_tunic subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/mayan_loincloth name = "long loincloth" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/mayan_loincloth subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/greatshendyt name = "Egypt Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/greatshendyt subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/pharaoh name = "pharaoh Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/pharaoh subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/dark_hanfu name = "dark hanfu" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/dark_hanfu subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/light_hanfu name = "light hanfu" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/light_hanfu subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/green_hanfu name = "green hanfu" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/green_hanfu subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/fifi name = "fifi jester" - cost = 1 + cost = 0 path = /obj/item/clothing/under/fifi subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/blueskirt_alt name = "black and blue skirt" - cost = 1 + cost = 0 path = /obj/item/clothing/under/blueskirt_alt subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES @@ -1551,631 +1551,631 @@ /datum/gear/uniform/revealingdress name = "revealing dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/revealingdress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/rippedpunk name = "ripped punk" - cost = 1 + cost = 0 path = /obj/item/clothing/under/rippedpunk subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/gothic_dress_virgo name = "gothic dress" - cost = 1 + cost = 00 path = /obj/item/clothing/under/gothic_dress_virgo subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/fancy_red_formaldress name = "dark red fancy dress" - cost = 1 + cost = 00 path = /obj/item/clothing/under/fancy_red_formaldress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/greenasym name = "green wrapped dress" - cost = 1 + cost = 00 path = /obj/item/clothing/under/greenasym subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/cyberhell name = "cyber hell dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/cyberhell subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/floofdress name = "floofy dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/floofdress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/blackngold name = "black and gold dresss" - cost = 1 + cost = 0 path = /obj/item/clothing/under/blackngold subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/sheerblue name = "Sheer blue dresss" - cost = 1 + cost = 0 path = /obj/item/clothing/under/sheerblue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/whitegown name = "white gown" - cost = 1 + cost = 0 path = /obj/item/clothing/under/whitegown subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/pinksun name = "pink summer dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/pinksun subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/whitesun name = "white summer dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/whitesun subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/bowsun name = "pink summer dress with bow" - cost = 1 + cost = 0 path = /obj/item/clothing/under/bowsun subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/bluesun name = "blue summer dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/bluesun subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/shortpink name = "short pink dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/shortpink subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/twopiece name = "two piece dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/twopiece subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/gothic2 name = "gothic dress alt" - cost = 1 + cost = 0 path = /obj/item/clothing/under/gothic2 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/wednesday name = "wednesday dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/wednesday subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/gayvampire name = "Vampire uniform" - cost = 1 + cost = 0 path = /obj/item/clothing/under/gayvampire subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/corsetdress name = "Corset dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/corsetdress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/goldwrap name = "golden wrap dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/goldwrap subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/golddress name = "golden dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/golddress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/countess name = "countess dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/countess subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/skyrat/maid name = "maid dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/skyrat/maid subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/skyrat/flower_kimono name = "flower kimono" - cost = 1 + cost = 0 path = /obj/item/clothing/under/skyrat/flower_kimono subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/hawi/orange name = "orange hawaiian" - cost = 1 + cost = 0 path = /obj/item/clothing/under/hawi/orange subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/hawi/blue name = "blue hawaiian" - cost = 1 + cost = 0 path = /obj/item/clothing/under/hawi/blue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/hawi/purple name = "purple hawaiian" - cost = 1 + cost = 0 path = /obj/item/clothing/under/hawi/purple subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/hawi/green name = "green hawaiian" - cost = 1 + cost = 0 path = /obj/item/clothing/under/hawi/green subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/civ/toxotai name = "robe with black belt" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/toxotai subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/civ/thebes name = "blue swamp hoplite" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/thebes subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/civ/corinthia name = "green swamp hoplite" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/corinthia subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/civ/greek_commander name = "swamp hoplite commander" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/greek_commander subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/civ/athens name = "dark blue swamp hoplite" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/athens subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/civ/roman_centurion name = "robe with red belt" - cost = 1 + cost = 0 path = /obj/item/clothing/under/civ/roman_centurion subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/japanese_uniform name = "green uniform" - cost = 1 + cost = 0 path = /obj/item/clothing/under/japanese_uniform subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/mini_black name = "mini black dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/mini_black subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/mini_black_blue name = "mini black and blue dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/mini_black_blue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/mini_white name = "mini white dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/mini_white subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/pristess name = "pristess dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/pristess subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/gob/summer name = "summer dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/summer subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/thot name = "thin white dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/thot subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/fem_blue name = "female blue outfit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/fem_blue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/fem_rose name = "female rose outfit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/fem_rose subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/fem_white name = "female white outfit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/fem_white subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/vestido_blue name = "Blue Vestido Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/vestido_blue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/vestido_black name = "Black Vestido Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/vestido_black subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/vestido_pink name = "Pink Vestido Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/vestido_pink subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/vestido_yellow name = "Yellow Vestido Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/vestido_yellow subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/vestido_white name = "White Vestido Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/vestido_white subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/vestido_red name = "red Vestido Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/vestido_red subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/vestido_purple name = "Purple Vestido Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/vestido_purple subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/gorka_alt name = "Gorka Outfit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/gorka_alt subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/gorka_ss name = "Alt Gorka Outfit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/gorka_ss subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/gorka_tan name = "Tan Gorka Outfit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/gorka_tan subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/puffydress name = "Puffy Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/puffy subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/labor_black name = "Black labor suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/labor_black subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/divine_robes name = "Divine Robes" - cost = 1 + cost = 0 path = /obj/item/clothing/under/divine_robes subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/blue_kimono name = "Blue Kimono" - cost = 1 + cost = 0 path = /obj/item/clothing/under/blue_kimono subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/miku_bikini name = "Light blue Bikini" - cost = 1 + cost = 0 path = /obj/item/clothing/under/miku_bikini subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/shark name = "Shark Uniform" - cost = 1 + cost = 0 path = /obj/item/clothing/under/shark subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/tribal_colorful name = "bright outfit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/tribal_colorful subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/tribal_colorful/top name = "bright outfit top" - cost = 1 + cost = 0 path = /obj/item/clothing/under/tribal_colorful/top subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/flow_dress/red name = "Red flow dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/flow_dress/red subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/flow_dress/green name = "Green flow dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/flow_dress/green subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/desert_uniform name = "Desert Uniform" - cost = 1 + cost = 0 path = /obj/item/clothing/under/desert_uniform subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/f13/ranger/modif_ranger name = "Green Ranger Outfit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/f13/ranger/modif_ranger subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/striped_clown name = "Striped Clown Overalls" - cost = 1 + cost = 0 path = /obj/item/clothing/under/striped_clown subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/shrine_maiden name = "Shrine Maiden" - cost = 1 + cost = 0 path = /obj/item/clothing/under/shrine_maiden subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/engineer_alt name = "Engineer Uniform" - cost = 1 + cost = 0 path = /obj/item/clothing/under/engineer_alt subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/coy/reddress name = "red dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/reddress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/purpledress name = "purple dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/purple subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/bluedress name = "blue dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/blue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/greendress name = "green dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/green subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/pinkdress name = "pink dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/pink subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/whitedress name = "white dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/white subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/boltdressy name = "yellow bolt dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/boltyellow subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/boltdressp name = "purple bolt dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/boltpurple subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/cassleoy name = "yellow flower dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/cassleoy subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/cassleop name = "purple flower dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/cassleop subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/sktdress_red name = "red skirt dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/sktdress_red subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/sktdress_purple name = "purple skirt dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/sktdress_purple subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/sktdress_blue name = "blue skirt dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/sktdress_blue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/sktdress_gold name = "gold skirt dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/sktdress_gold subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/westerndress name = "western dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/western subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/redpristess name = "red robe dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/priestess subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/bluepristess name = "blue robe dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/priestess_blue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/purplepristess name = "purple robe dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/priestess_purple subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/rwpristess name = "red and white robe dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/priestess_rw subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/bwpristess name = "blue and white robe dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/priestess_bw subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/pwpristess name = "purple and white robe dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/priestess_pw subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/princess name = "blue princess dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/princess subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/hakama_red name = "red hakama" - cost = 1 + cost = 00 path = /obj/item/clothing/under/dress/coyote/hakama_red subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/hakama_black name = "black hakama" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/hakama_black subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/hakama_blue name = "blue hakama" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/hakama_blue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/hakama_red_long name = "red long hakama" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/hakama_red_long subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/hakama_white_long name = "white long hakama" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/hakama_white_long subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/hakama_blue_long name = "blue long hakama" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/hakama_blue_long subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/sailermoon name = "Red, white and blue skirt." - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/sailermoon subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/dinerdressmint name = "diner dress mint" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/dinerdressmint subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/coy/dinerdresspink name = "diner dress pink" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/dinerdresspink subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/witchfinder name = "witch finder" - cost = 1 + cost = 0 path = /obj/item/clothing/under/witchfinder subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/jester_muli name = "jester, dark multi" - cost = 1 + cost = 0 path = /obj/item/clothing/under/jester_muli subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/oldnursedress name = "Blue Nurse Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/nursedress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/oldnursedressred name = "Red Nurse Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/nursedressred subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES @@ -2183,674 +2183,680 @@ /datum/gear/uniform/yukataplain/silver name = "Sliver Plain Yukata" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/yukataplain/silver subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/yukataplain/black name = "Black Plain Yukata" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/yukataplain/black subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/yukataplain/white name = "White Plain Yukata" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/yukataplain/white subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/yukataplain/darkblue name = "Dark Blue Plain Yukata" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/yukataplain/darkblue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/yukataplain/lightblue name = "Light Blue Plain Yukata" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/yukataplain/lightblue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/yukataplain/florablue name = "Blue Flora Yukata" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/yukataplain/florablue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/yukataplain/floraorange name = "Orange Flora Yukata" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/yukataplain/floraorange subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/yukataplain/florayellow name = "Yellow Flora Yukata" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/yukataplain/florayellow subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/yukataplain/florared name = "Red Flora Yukata" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/yukataplain/florared subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/yukataplain/florapurple name = "Purple Flora Yukata" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/yukataplain/florapurple subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES //From Aurora /datum/gear/uniform/dominia/aurora/shortsleevemale name = "Dominian Short Sleeve, Male" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/dominia/consular/shortsleevemale subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/dominia/aurora/longsleevemale name = "Dominian Long Sleeve, Male" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/dominia/consular/longsleevemale subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/dominia/aurora/shortsleevefemale name = "Dominian Short Sleeve, Female" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/dominia/consular/shortsleevefemale subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/dominia/aurora/longsleevefemale name = "Dominian long Sleeve, Female" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/dominia/consular/longsleevefemale subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/dominia/aurora/priest name = "Dominian Priest" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/dominia/priest subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/dominia/aurora/imperial name = "Red Royal Dress, with bow" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/dominia/imperial subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/dominia/streltiz name = "Red Royal Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/dominia/strelitz subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/dominia/volvalaad name = "Blue Royal Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/dominia/volvalaad subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/dominia/kazhkz name = "Orange Royal Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/dominia/kazhkz subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/vdominia/caladius name = "Purple Royal Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/dominia/caladius subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/dominia/zhao name = "White Royal Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/dominia/zhao subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/voidsman name = "Voids Man Uniform" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/voidsman subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/auroraofficer name = "White collored officer uniform" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/officer subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/armsman name = "Arms man Uniform" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/armsman subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/initiate name = "White Initate Robe" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/initiate subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/dom_dress name = "Fire Red Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/dom_dress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/alt_dressimperial name = "Fancy royal dress, red and white" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/altdress_imperial subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/alt_dressimperialb name = "Fancy royal dress, red and black" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/altdress_imperialb subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/alt_dressvolvalaad name = "Fancy royal dress, blue and white" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/altdress_volvalaad subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/alt_dressvolvalaadb name = "Fancy royal dress, blue and black" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/altdress_volvalaadb subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/alt_dress_kazhkkz name = "Fancy royal dress, yellow and white" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/altdress_kazhkz subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/alt_dress_kazhkkzb name = "Fancy royal dress, yellow and black" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/altdress_kazhkzb subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/alt_dress_caladius name = "Fancy royal dress, purple and white" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/altdress_caladius subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/alt_dress_caladiusb name = "Fancy royal dress, purple and black" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/altdress_caladiusb subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/altdress_zhao name = "Fancy royal dress, white" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/altdress_zhao subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/altdress_zhaob name = "Fancy royal dress, white and black" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/altdress_zhaob subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/initiate_black name = "A black initiate robe with a red sash" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/initiate_black subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/suit_imperial name = "Royal suit, red" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/suit_imperial subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/suit_imperial_black name = "Royal suit, black" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/suit_imperial_black subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/suit_volvalaad name = "Fancy suit, blue" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/suit_volvalaad subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/suit_kazhkz name = "Fancy suit, yellow" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/suit_kazhkz subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/suit_caladius name = "Fancy suit, purple" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/suit_caladius subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/suit_zhao name = "Fancy suit, white" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/suit_zhao subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/dom_sweater name = "Brown Sweater" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/dom_sweater subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/holosuit_fem name = "Female dark blue skin suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/holosuit_fem subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/holosuit_fem_1 name = "Purple skin suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/holosuit_fem_1 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/holosuit_fem_2 name = "Blue skin suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/holosuit_fem_2 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/holosuit_fem_3 name = "Yellow skin suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/holosuit_fem_3 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/holosuit_masc name = "Male dark blue skin suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/holosuit_masc subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS -/datum/gear/uniform/aurora/holosuit_masc_1 +/datum/gear/uniform/aurora/holosuit_masc_0 name = "Red skin suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/holosuit_masc_1 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/holosuit_masc_2 name = "Pink skin suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/holosuit_masc_2 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/holosuit_masc_3 name = "Green skin suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/holosuit_masc_3 subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/gadpathuruniform name = "Gadpathur Uniform" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/gadpathur_uniform subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/goldendeep_dress name = "Golden Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/goldendeep_dress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/goldendeep_suit name = "Golden Suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/goldendeep_suit subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/goldendeep_vest name = "Golden vest" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/goldendeep_vest subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/goldendeep_wrap name = "Golden wrap" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/goldendeep_wrap subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/goldendeep_skirtsuit name = "Golden Skirt Suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/goldendeep_skirtsuit subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/iac name = "Light Blue Suit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/iac subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/black name = "Black Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/black subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/grey name = "Grey Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/grey subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/white name = "White Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/white subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/darkred name = "Darkred Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/darkred subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/red name = "Red Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/red subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/lighred name = "Lightred Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/lightred subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/lightbrown name = "Lightbrown Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/lightbrown subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/brown name = "Brown Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/brown subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/yellow name = "Yellow Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/yellow subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/yellowgreen name = "Yellowgreen Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/yellowgreen subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/lightgreen name = "lightgreen Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/lightgreen subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/green name = "Green Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/green subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/aqua name = "Aqua Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/aqua subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/lightblue name = "Lightblue Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/lightblue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/blue name = "Blue Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/blue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/darkblue name = "Darkblue Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/darkblue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/purple name = "Purple Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/purple subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/lightpurple name = "Lightpurple Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/lightpurple subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/color/pink name = "Pink Jumpsuit" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/color/pink subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/kimono name = "Ronin Kimono" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/kimono subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/aurora/konyang name = "Magenta hanbok" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/konyang subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/aurora/konyang/pink name = "Pink hanbok" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/konyang/pink subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/aurora/konyang/blue name = "Blue hanbok" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/konyang/blue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/aurora/konyang/male name = "Male hanbok" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/konyang/male subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/aurora/konyangtraditional name = "Konyanger traditional dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/konyangdresstraditional subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/aurora/konyangtraditional/red name = "Red Konyanger traditional dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/konyangdresstraditional/red subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/aurora/konyangtraditional/green name = "Green Konyanger traditional dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/konyangdresstraditional/green subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/aurora/konyangtraditional/blue name = "Blue Konyanger traditional dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/konyangdresstraditional/blue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/aurora/konyangtraditional/national name = "National Konyanger traditional dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/konyangdresstraditional/national subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/aurora/konyangtraditional/vest name = "Vest Konyanger traditional dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/konyangdresstraditional/national/vest subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/aurora/konyang_dress name = "White Konyang Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/konyang_dress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_TRADITIONAL /datum/gear/uniform/aurora/fetil name = "Fetil Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/fetil subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/agent name = "Blue Fancy Uniform" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/agent subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/executive name = "Purple Fancy Uniform" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/executive subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/thermal name = "White Fancy Uniform" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/thermal subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/aodai name = "White aodai tunic, with sleeves" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/aodai subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/aodaip name = "White aodai tunic, with no sleeves" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/aodaip subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/aodaip name = "White aodai tunic, with no sleeves" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/aodaip subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/aurora/chokha name = "Green Chokha Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/chokha subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/chokhapurple name = "purple Chokha Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/chokhapurple subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/chokhablue name = "blue Chokha Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/chokhablue subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/chokhared name = "red Chokha Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/chokhared subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/sayyidahdress name = "Sayyiadah Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/sayyidah_dress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/mardress name = "Mar Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/mar_dress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/aurora/amelinedress name = "Ameline Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/aurora/ameline_dress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/grassskirt name = "Grass Skirt and Coconut Bra" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/grassskirt subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/purplegown name = "Purple Gown" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/purplegown subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/winegown name = "Wine Gown" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/winegown subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/tealgown name = "Teal Gown" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/tealgown subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/bluedress name = "Long fancy blue dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/dress/coyote/bluedress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES /datum/gear/uniform/flannel/green name = "Green Flannel" - cost = 1 + cost = 0 path = /obj/item/clothing/under/flannelgreen subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS /datum/gear/uniform/flannel/red name = "Red Flannel" - cost = 1 + cost = 0 path = /obj/item/clothing/under/flannelred subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS +/datum/gear/uniform/bloodred/pyjama + name = "Blood Red Pyjama" + cost = 0 + path = /obj/item/clothing/under/syndicate/bloodred/sleepytime + subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS + /datum/gear/uniform/greekdress name = "Greek Dress" - cost = 1 + cost = 0 path = /obj/item/clothing/under/greek_dress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES From 512ef3c4e8ef90b81e012ced9f02138add27f1e4 Mon Sep 17 00:00:00 2001 From: Jaggachi <132544683+Jaggachi@users.noreply.github.com> Date: Tue, 18 Jul 2023 22:34:45 -0700 Subject: [PATCH 4/8] Update belt_loadout.dm --- modular_citadel/code/modules/client/loadout/belt_loadout.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modular_citadel/code/modules/client/loadout/belt_loadout.dm b/modular_citadel/code/modules/client/loadout/belt_loadout.dm index 9b45ce14d53..7f83449fbf4 100644 --- a/modular_citadel/code/modules/client/loadout/belt_loadout.dm +++ b/modular_citadel/code/modules/client/loadout/belt_loadout.dm @@ -65,6 +65,11 @@ name = "army belt" path = /obj/item/storage/belt/army +/datum/gear/belt/armyold + name = "old style army belt" + path = /obj/item/storage/belt/army/assault/enclave + cost = 2 + /datum/gear/belt/army/assault name = "assault belt" path = /obj/item/storage/belt/army/assault From 0ed300061f83d08e02360be815b2717527fa367e Mon Sep 17 00:00:00 2001 From: Jaggachi <132544683+Jaggachi@users.noreply.github.com> Date: Tue, 18 Jul 2023 22:43:15 -0700 Subject: [PATCH 5/8] Update uniform.dm --- .../code/modules/client/loadout/uniform.dm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modular_citadel/code/modules/client/loadout/uniform.dm b/modular_citadel/code/modules/client/loadout/uniform.dm index 723c861f623..1fae7ffc4a7 100644 --- a/modular_citadel/code/modules/client/loadout/uniform.dm +++ b/modular_citadel/code/modules/client/loadout/uniform.dm @@ -2854,4 +2854,17 @@ path = /obj/item/clothing/under/greek_dress subcategory = LOADOUT_SUBCATEGORY_UNIFORM_DRESSES +// Soviet Uniforms + +/datum/gear/uniform/sovietuniform + name = "Soviet Uniform" + cost = 0 + path = /obj/item/clothing/under/costume/soviet + subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS + +/datum/gear/uniform/russianuniform + name = "Russian Officers Uniform" + cost = 0 + path = obj/item/clothing/under/costume/russian_officer + subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS From 7ba7f0cea2d4518bef59607c8794797d21011b26 Mon Sep 17 00:00:00 2001 From: Jaggachi <132544683+Jaggachi@users.noreply.github.com> Date: Tue, 18 Jul 2023 22:50:11 -0700 Subject: [PATCH 6/8] Update suit.dm --- .../code/modules/client/loadout/suit.dm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/modular_citadel/code/modules/client/loadout/suit.dm b/modular_citadel/code/modules/client/loadout/suit.dm index 1ceac36fa45..c008bc17691 100644 --- a/modular_citadel/code/modules/client/loadout/suit.dm +++ b/modular_citadel/code/modules/client/loadout/suit.dm @@ -1141,6 +1141,25 @@ path = /obj/item/clothing/suit/toggle/labcoat/detvest subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS +//Soviet Gear + +/datum/gear/suit/russianjacket + name = "Russian Officer Jacket" + path = /obj/item/clothing/suit/armor/outfit/jacket/navyblue/russian + subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS + cost = 1 + +/datum/gear/suit/sovietjacket + name = "Soviet Officer Jacket" + path = obj/item/clothing/suit/armor/light/duster/russian_coat + subcategory = LOADOUT_SUBCATEGORY_SUIT_ARMOR + cost = 2 + +/datum/gear/suit/sovietlightvest + name = "Soviet Vest" + path = /obj/item/clothing/suit/armor/light/vest/russian + subcategory = LOADOUT_SUBCATEGORY_SUIT_ARMOR + cost = 2 // BEGIN_INTERNALS // END_INTERNALS From 9c4c8f3c1f1722fd5c4e31a05dc66d7e3a9417de Mon Sep 17 00:00:00 2001 From: Jaggachi <132544683+Jaggachi@users.noreply.github.com> Date: Tue, 18 Jul 2023 23:23:08 -0700 Subject: [PATCH 7/8] Update suit.dm --- modular_citadel/code/modules/client/loadout/suit.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/client/loadout/suit.dm b/modular_citadel/code/modules/client/loadout/suit.dm index c008bc17691..611ab36bba4 100644 --- a/modular_citadel/code/modules/client/loadout/suit.dm +++ b/modular_citadel/code/modules/client/loadout/suit.dm @@ -1151,7 +1151,7 @@ /datum/gear/suit/sovietjacket name = "Soviet Officer Jacket" - path = obj/item/clothing/suit/armor/light/duster/russian_coat + path = /obj/item/clothing/suit/armor/light/duster/russian_coat subcategory = LOADOUT_SUBCATEGORY_SUIT_ARMOR cost = 2 From 7a8a08ca00496bbf69763c5862695b4276ca2dd8 Mon Sep 17 00:00:00 2001 From: Jaggachi <132544683+Jaggachi@users.noreply.github.com> Date: Tue, 18 Jul 2023 23:23:40 -0700 Subject: [PATCH 8/8] Update uniform.dm --- modular_citadel/code/modules/client/loadout/uniform.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/client/loadout/uniform.dm b/modular_citadel/code/modules/client/loadout/uniform.dm index 1fae7ffc4a7..3a6dc950a9c 100644 --- a/modular_citadel/code/modules/client/loadout/uniform.dm +++ b/modular_citadel/code/modules/client/loadout/uniform.dm @@ -2865,6 +2865,6 @@ /datum/gear/uniform/russianuniform name = "Russian Officers Uniform" cost = 0 - path = obj/item/clothing/under/costume/russian_officer + path = /obj/item/clothing/under/costume/russian_officer subcategory = LOADOUT_SUBCATEGORY_UNIFORM_UNIFORMS