This commit is contained in:
E Spause
2017-03-13 15:08:20 -04:00
committed by Michael Cook (mackal)
parent cb8c3595b7
commit 1f065d7d3d
+1
View File
@@ -2191,6 +2191,7 @@ uint32 Mob::GetLevelCon(uint8 mylevel, uint8 iOtherLevel) {
else
{
if (diff <= -21)
conlevel = CON_GRAY;
else if (diff <= -16)
conlevel = CON_LIGHTBLUE;
else