Make the logs even better! [skip ci]

This commit is contained in:
Akkadius 2020-01-03 17:25:53 -06:00
parent 9dda9098a0
commit 662048cedc

View File

@ -125,8 +125,10 @@ void Mob::CheckFlee()
LogFlee(
"Post con-switch | Mob [{}] con [{}] hp_ratio [{}] flee_ratio [{}] flee_chance [{}]",
GetCleanName(),
con,
hp_ratio,
flee_ratio
flee_ratio,
flee_chance
);
// If we got here we are allowed to roll on flee chance if there is not other hated NPC's in the area.
@ -140,6 +142,7 @@ void Mob::CheckFlee()
LogFlee(
"Passed all checks to flee | Mob [{}] con [{}] hp_ratio [{}] flee_ratio [{}] flee_chance [{}]",
GetCleanName(),
con,
hp_ratio,
flee_ratio,
flee_chance