[Rule] Added rule to disable SPA 173 from making player immune to enrage. (#1897)

* immune enrage rule

* [Rule] Added rule to disable SPA 173 from making player immune to enrage.

spelling oops
This commit is contained in:
KayenEQ
2021-12-23 15:21:46 -05:00
committed by GitHub
parent c79fbb99aa
commit 652ea89dea
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -508,6 +508,7 @@ RULE_INT(Combat, SneakPullAssistRange, 400, "Modified range of assist for sneak
RULE_BOOL(Combat, Classic2HBAnimation, false, "2HB will use the 2 hand piercing animation instead of the overhead slashing animation")
RULE_BOOL(Combat, ArcheryConsumesAmmo, true, "Set to false to disable Archery Ammo Consumption")
RULE_BOOL(Combat, ThrowingConsumesAmmo, true, "Set to false to disable Throwing Ammo Consumption")
RULE_BOOL(Combat, ImmuneToEnrageFromRiposteSpellEffect, true, "Set to false to disable SPA 173 SE_RiposteChance from making those with the effect on them immune to enrage")
RULE_CATEGORY_END()
RULE_CATEGORY(NPC)