mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 04:11: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())
|
if (!npc->CheckAggro(target) || npc->IsFeared())
|
||||||
continue;
|
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
|
// This is either a level check (con color check?) or a stat roll
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user