mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 19:10:25 +00:00
[Rules] Cleanup all unused rules. (#2184)
This commit is contained in:
@@ -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); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user