From 670c518ea28ecc362515cacaf8a6348e189b38cc Mon Sep 17 00:00:00 2001 From: "Mr. Gazer 'Toxic Player' Gazer" Date: Mon, 16 Mar 2026 19:22:02 -0400 Subject: [PATCH 1/3] Why even executioner why brain hurt why --- .../modules/jobs/job_types/roguetown/garrison/manatarms.dm | 7 ++++--- .../job_types/roguetown/sidefolk/mercenary/rumaclan.dm | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/code/modules/jobs/job_types/roguetown/garrison/manatarms.dm b/code/modules/jobs/job_types/roguetown/garrison/manatarms.dm index e5c854987fb..816ce48ecd8 100644 --- a/code/modules/jobs/job_types/roguetown/garrison/manatarms.dm +++ b/code/modules/jobs/job_types/roguetown/garrison/manatarms.dm @@ -346,10 +346,10 @@ name = "Bailiff" tutorial = "Once, you held the tasking of an executioner; yet the dungeons have grown quiet, and the nooses limply sway in the breeze. Now, you serve a lesser office in the Lord's name - as a master of the fist-and-flail." outfit = /datum/outfit/job/roguetown/manorguard/bailiff - maximum_possible_slots = 1 //Had one dungeoneer before, this is how many we get to keep still. + //maximum_possible_slots = 1 //Had one dungeoneer before, this is how many we get to keep still. // CC Edit - Why. category_tags = list(CTAG_MENATARMS) - traits_applied = list(TRAIT_JAILOR, TRAIT_CIVILIZEDBARBARIAN)//This is surely going to be funny + traits_applied = list(TRAIT_CIVILIZEDBARBARIAN)//This is surely going to be funny //CC Edit - Removes TRAIT_JAILOR. There's no reason this class should be prohibited from head armor. subclass_stats = list( STATKEY_STR = 3, STATKEY_CON = 2, @@ -381,7 +381,8 @@ head = /obj/item/clothing/head/roguetown/menacing/executioner neck = /obj/item/clothing/neck/roguetown/gorget mask = /obj/item/clothing/head/roguetown/roguehood/black - armor = /obj/item/clothing/suit/roguetown/armor/regenerating/skin/disciple/bailiff + armor = /obj/item/clothing/suit/roguetown/armor/brigandine/light/retinue // CC Edit Start + shirt = /obj/item/clothing/suit/roguetown/armor/regenerating/skin/disciple/bailiff //CC edit end wrists = /obj/item/clothing/wrists/roguetown/bracers gloves = /obj/item/clothing/gloves/roguetown/leather pants = /obj/item/clothing/under/roguetown/heavy_leather_pants diff --git a/code/modules/jobs/job_types/roguetown/sidefolk/mercenary/rumaclan.dm b/code/modules/jobs/job_types/roguetown/sidefolk/mercenary/rumaclan.dm index 4d6292f0862..f847d153c32 100644 --- a/code/modules/jobs/job_types/roguetown/sidefolk/mercenary/rumaclan.dm +++ b/code/modules/jobs/job_types/roguetown/sidefolk/mercenary/rumaclan.dm @@ -35,7 +35,7 @@ belt = /obj/item/storage/belt/rogue/leather beltr = /obj/item/rogueweapon/scabbard/sword/kazengun/steel beltl = /obj/item/rogueweapon/sword/sabre/mulyeog/rumahench - shirt = /obj/item/clothing/suit/roguetown/shirt/undershirt/eastshirt2 + shirt = /obj/item/clothing/suit/roguetown/shirt/dress/captainrobe cloak = /obj/item/clothing/cloak/eastcloak1 armor = /obj/item/clothing/suit/roguetown/armor/regenerating/skin/easttats pants = /obj/item/clothing/under/roguetown/heavy_leather_pants/eastpants2 @@ -81,7 +81,7 @@ belt = /obj/item/storage/belt/rogue/leather beltr = /obj/item/quiver/arrows beltl = /obj/item/flashlight/flare/torch/lantern - shirt = /obj/item/clothing/suit/roguetown/shirt/undershirt/eastshirt2 + shirt = /obj/item/clothing/suit/roguetown/shirt/dress/captainrobe cloak = /obj/item/clothing/cloak/eastcloak1 armor = /obj/item/clothing/suit/roguetown/armor/regenerating/skin/easttats pants = /obj/item/clothing/under/roguetown/heavy_leather_pants/eastpants2 From 04f923a2ce94ec38f78846ee814dd448a5e4cbab Mon Sep 17 00:00:00 2001 From: "Mr. Gazer 'Toxic Player' Gazer" Date: Mon, 16 Mar 2026 19:32:05 -0400 Subject: [PATCH 2/3] tag edit heeho --- .../jobs/job_types/roguetown/sidefolk/mercenary/rumaclan.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/jobs/job_types/roguetown/sidefolk/mercenary/rumaclan.dm b/code/modules/jobs/job_types/roguetown/sidefolk/mercenary/rumaclan.dm index f847d153c32..3916bb31cd1 100644 --- a/code/modules/jobs/job_types/roguetown/sidefolk/mercenary/rumaclan.dm +++ b/code/modules/jobs/job_types/roguetown/sidefolk/mercenary/rumaclan.dm @@ -35,7 +35,7 @@ belt = /obj/item/storage/belt/rogue/leather beltr = /obj/item/rogueweapon/scabbard/sword/kazengun/steel beltl = /obj/item/rogueweapon/sword/sabre/mulyeog/rumahench - shirt = /obj/item/clothing/suit/roguetown/shirt/dress/captainrobe + shirt = /obj/item/clothing/suit/roguetown/shirt/dress/captainrobe //CC edit- drip cloak = /obj/item/clothing/cloak/eastcloak1 armor = /obj/item/clothing/suit/roguetown/armor/regenerating/skin/easttats pants = /obj/item/clothing/under/roguetown/heavy_leather_pants/eastpants2 @@ -81,7 +81,7 @@ belt = /obj/item/storage/belt/rogue/leather beltr = /obj/item/quiver/arrows beltl = /obj/item/flashlight/flare/torch/lantern - shirt = /obj/item/clothing/suit/roguetown/shirt/dress/captainrobe + shirt = /obj/item/clothing/suit/roguetown/shirt/dress/captainrobe //CC edit - Drip cloak = /obj/item/clothing/cloak/eastcloak1 armor = /obj/item/clothing/suit/roguetown/armor/regenerating/skin/easttats pants = /obj/item/clothing/under/roguetown/heavy_leather_pants/eastpants2 From 7056b63ee49ff3c6e09b4cc773dde4ede296e03e Mon Sep 17 00:00:00 2001 From: "Mr. Gazer 'Toxic Player' Gazer" Date: Mon, 16 Mar 2026 19:49:05 -0400 Subject: [PATCH 3/3] alright ***FINE*** --- code/modules/jobs/job_types/roguetown/garrison/manatarms.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/jobs/job_types/roguetown/garrison/manatarms.dm b/code/modules/jobs/job_types/roguetown/garrison/manatarms.dm index 816ce48ecd8..0aa8ade8225 100644 --- a/code/modules/jobs/job_types/roguetown/garrison/manatarms.dm +++ b/code/modules/jobs/job_types/roguetown/garrison/manatarms.dm @@ -382,7 +382,7 @@ neck = /obj/item/clothing/neck/roguetown/gorget mask = /obj/item/clothing/head/roguetown/roguehood/black armor = /obj/item/clothing/suit/roguetown/armor/brigandine/light/retinue // CC Edit Start - shirt = /obj/item/clothing/suit/roguetown/armor/regenerating/skin/disciple/bailiff //CC edit end + shirt = /obj/item/clothing/suit/roguetown/armor/gambeson //CC edit end wrists = /obj/item/clothing/wrists/roguetown/bracers gloves = /obj/item/clothing/gloves/roguetown/leather pants = /obj/item/clothing/under/roguetown/heavy_leather_pants