mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +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
+4
-1
@@ -72,9 +72,12 @@ void Mob::CheckFlee() {
|
||||
float run_ratio;
|
||||
switch(con) {
|
||||
//these values are not 100% researched
|
||||
case CON_GREEN:
|
||||
case CON_GRAY:
|
||||
run_ratio = fleeratio;
|
||||
break;
|
||||
case CON_GREEN:
|
||||
run_ratio = fleeratio * 9 / 10;
|
||||
break;
|
||||
case CON_LIGHTBLUE:
|
||||
run_ratio = fleeratio * 9 / 10;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user