Proper level difference for homunculus kill count.

Contributed by nasseka.
This commit is contained in:
MobiusDevelopment 2021-06-07 22:25:53 +00:00
parent 02ecd10bb6
commit e1e731591f
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ import ai.AbstractNpcAI;
*/
public class HomunculusKillCount extends AbstractNpcAI
{
private static final int LEVEL_DIFFERENCE = 5;
private static final int LEVEL_DIFFERENCE = 9;
@RegisterEvent(EventType.ON_ATTACKABLE_KILL)
@RegisterType(ListenerRegisterType.GLOBAL_MONSTERS)

View File

@ -33,7 +33,7 @@ import ai.AbstractNpcAI;
*/
public class HomunculusKillCount extends AbstractNpcAI
{
private static final int LEVEL_DIFFERENCE = 5;
private static final int LEVEL_DIFFERENCE = 9;
@RegisterEvent(EventType.ON_ATTACKABLE_KILL)
@RegisterType(ListenerRegisterType.GLOBAL_MONSTERS)