mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 07:21:48 +00:00
Allow multiple aug procs if Combat:OneProcPerWeapon is false
This commit is contained in:
parent
35fad4d5a7
commit
07625336fd
@ -4113,6 +4113,7 @@ void Mob::TryWeaponProc(const ItemInst *inst, const Item_Struct *weapon, Mob *on
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ExecWeaponProc(aug_i, aug->Proc.Effect, on);
|
ExecWeaponProc(aug_i, aug->Proc.Effect, on);
|
||||||
|
if (!RuleB(Combat, OneProcPerWeapon))
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user