diff --git a/code/modules/jobs/job_types/roguetown/adventurer/types/antag/Iconoclast.dm b/code/modules/jobs/job_types/roguetown/adventurer/types/antag/Iconoclast.dm index f9f19a9e24f..20e99056626 100644 --- a/code/modules/jobs/job_types/roguetown/adventurer/types/antag/Iconoclast.dm +++ b/code/modules/jobs/job_types/roguetown/adventurer/types/antag/Iconoclast.dm @@ -17,16 +17,16 @@ //Caustic edit end ) subclass_skills = list( + //Caustic edit /datum/skill/magic/holy = SKILL_LEVEL_EXPERT, - /datum/skill/combat/unarmed = SKILL_LEVEL_MASTER, - /datum/skill/combat/wrestling = SKILL_LEVEL_MASTER, // Unarmed if we want to kick ass for the lord(you do, this is what you SHOULD DO!!) + /datum/skill/combat/unarmed = SKILL_LEVEL_EXPERT, + /datum/skill/combat/wrestling = SKILL_LEVEL_EXPERT, // Unarmed if we want to kick ass for the lord(you do, this is what you SHOULD DO!!) /datum/skill/craft/crafting = SKILL_LEVEL_APPRENTICE, /datum/skill/craft/carpentry = SKILL_LEVEL_NOVICE, /datum/skill/misc/reading = SKILL_LEVEL_NOVICE, /datum/skill/misc/climbing = SKILL_LEVEL_JOURNEYMAN, /datum/skill/craft/sewing = SKILL_LEVEL_APPRENTICE, /datum/skill/misc/medicine = SKILL_LEVEL_JOURNEYMAN, // We can substitute for a sawbones, but aren't as good and dont have access to surgical tools - //Caustic edit /datum/skill/misc/athletics = SKILL_LEVEL_EXPERT, //Caustic edit end /datum/skill/misc/swimming = SKILL_LEVEL_APPRENTICE, diff --git a/code/modules/jobs/job_types/roguetown/adventurer/types/antag/hedgemage.dm b/code/modules/jobs/job_types/roguetown/adventurer/types/antag/hedgemage.dm index ada8c340b40..50302d6ab1e 100644 --- a/code/modules/jobs/job_types/roguetown/adventurer/types/antag/hedgemage.dm +++ b/code/modules/jobs/job_types/roguetown/adventurer/types/antag/hedgemage.dm @@ -15,7 +15,7 @@ STATKEY_WIL = 3, STATKEY_PER = 2, // Adv mage get 2 perception so whatever. It is useful for aiming body parts but have no direct synergy with spells. STATKEY_LCK = 1, - STATKEY_CON = 1, + STATKEY_CON = -1, //Caustic edit end ) age_mod = /datum/class_age_mod/court_magician