Constructor for Cyrax AI.
This commit is contained in:
parent
e79d7f6c10
commit
9bb75d6a97
@ -42,4 +42,9 @@ public final class Cyrax extends AbstractNpcAI
|
||||
npc.dropItem(killer, FONDUS_STONE, 1);
|
||||
return super.onKill(npc, killer, isSummon);
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
new Cyrax();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user