mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Bump witness fail chance to 50
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user