[Rules] Cleanup all unused rules. (#2184)

This commit is contained in:
Kinglykrab
2022-05-23 19:56:03 -04:00
committed by GitHub
parent a7a525ed0b
commit eeacc62a91
3 changed files with 0 additions and 43 deletions
-1
View File
@@ -128,7 +128,6 @@ float Mob::mod_parry_chance(float parrychance, Mob* attacker) { return(parrychan
//Final dodge chance
float Mob::mod_dodge_chance(float dodgechance, Mob* attacker) { return(dodgechance); }
//Monk AC Bonus weight cap. Defined in Combat:MonkACBonusWeight
//Usually 15, a monk under this weight threshold gets an AC bonus
float Mob::mod_monk_weight(float monkweight, Mob* attacker) { return(monkweight); }