mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 22:01:30 +00:00
Bump witness fail chance to 50
This commit is contained in:
parent
a245fceddd
commit
7cef9a05dd
@ -3078,7 +3078,7 @@ void EntityList::AddHealAggro(Mob *target, Mob *caster, uint16 hate)
|
||||
if (!npc->CheckAggro(target) || npc->IsFeared())
|
||||
continue;
|
||||
|
||||
if (zone->random.Roll(15)) // witness check -- place holder
|
||||
if (zone->random.Roll(50)) // witness check -- place holder
|
||||
// This is either a level check (con color check?) or a stat roll
|
||||
continue;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user