mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
SoF-era con system. New rule, UseOldConSystem to disable this functionality.
This commit is contained in:
committed by
Michael Cook (mackal)
parent
989a638693
commit
cb8c3595b7
+7
-1
@@ -4293,8 +4293,14 @@ bool Merc::CheckConfidence() {
|
||||
CurrentCon = this->GetLevelCon(mob->GetLevel());
|
||||
switch(CurrentCon) {
|
||||
|
||||
case CON_GREEN: {
|
||||
|
||||
case CON_GRAY: {
|
||||
ConRating = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
case CON_GREEN: {
|
||||
ConRating = 0.1;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user