Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 -- 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
Expand Down
Loading