Reputation system rework.
TODO: Add more proper formulas.
This commit is contained in:
@@ -201,7 +201,7 @@ public class NpcBufferAI implements Runnable
|
||||
return true;
|
||||
}
|
||||
|
||||
if (targetPlayer.getKarma() != 0)
|
||||
if (targetPlayer.getReputation() < 0)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user