From e6459f00bd3ef1cdd95e296eb3b432d02be00997 Mon Sep 17 00:00:00 2001 From: k <127071388+kaylexis@users.noreply.github.com> Date: Wed, 27 May 2026 04:11:55 -0500 Subject: [PATCH 1/2] lets hags have woodwalker because.. come on. they live in the BOG. --- .../jobs/job_types/roguetown/adventurer/types/antag/hag.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/jobs/job_types/roguetown/adventurer/types/antag/hag.dm b/code/modules/jobs/job_types/roguetown/adventurer/types/antag/hag.dm index 32580eb1dcc..f674e51a019 100644 --- a/code/modules/jobs/job_types/roguetown/adventurer/types/antag/hag.dm +++ b/code/modules/jobs/job_types/roguetown/adventurer/types/antag/hag.dm @@ -35,7 +35,7 @@ /datum/virtue/utility/notable, //No resident (????) or free-money-stash gnolls /datum/virtue/utility/bronzelimbs, //They should feel pain in their limbs given their state /datum/virtue/movement/acrobatic, //This should be given to them when they are actually after a Hunted - /datum/virtue/utility/woodwalker, //This should be given to them when they are actually after a Hunted + // /datum/virtue/utility/woodwalker, //This should be given to them when they are actually after a Hunted // CC edit // /datum/virtue/combat/crossbowman, //Absolutely not on a class like this // /datum/virtue/combat/bowman, /datum/virtue/utility/feytouched From 03a98a753a0ade1c96363f6b4d157598ab5a885d Mon Sep 17 00:00:00 2001 From: k <127071388+kaylexis@users.noreply.github.com> Date: Wed, 27 May 2026 04:18:39 -0500 Subject: [PATCH 2/2] actually just disables all the copied over gnoll restrictions. the hag isn't a gnoll --- .../roguetown/adventurer/types/antag/hag.dm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/code/modules/jobs/job_types/roguetown/adventurer/types/antag/hag.dm b/code/modules/jobs/job_types/roguetown/adventurer/types/antag/hag.dm index f674e51a019..484e80b503a 100644 --- a/code/modules/jobs/job_types/roguetown/adventurer/types/antag/hag.dm +++ b/code/modules/jobs/job_types/roguetown/adventurer/types/antag/hag.dm @@ -30,12 +30,14 @@ same_job_respawn_delay = 1 MINUTES virtue_restrictions = list( /datum/virtue/utility/noble, - /datum/virtue/combat/dualwielder, //Claws are too powerful, abusable - /datum/virtue/combat/combat_virtue, //They do not need shield skills or anything in here - /datum/virtue/utility/notable, //No resident (????) or free-money-stash gnolls - /datum/virtue/utility/bronzelimbs, //They should feel pain in their limbs given their state - /datum/virtue/movement/acrobatic, //This should be given to them when they are actually after a Hunted - // /datum/virtue/utility/woodwalker, //This should be given to them when they are actually after a Hunted // CC edit + // CC edit -- Whoever made the hag just copy pasted all the restrictions from the gnolls. kinda odd + // /datum/virtue/combat/dualwielder, //Claws are too powerful, abusable + // /datum/virtue/combat/combat_virtue, //They do not need shield skills or anything in here + // /datum/virtue/utility/notable, //No resident (????) or free-money-stash gnolls + // /datum/virtue/utility/bronzelimbs, //They should feel pain in their limbs given their state + // /datum/virtue/movement/acrobatic, //This should be given to them when they are actually after a Hunted + // /datum/virtue/utility/woodwalker, //This should be given to them when they are actually after a Hunted + // CC edit end // /datum/virtue/combat/crossbowman, //Absolutely not on a class like this // /datum/virtue/combat/bowman, /datum/virtue/utility/feytouched