Reworked some scripts.

Contributed by Stayway, gigilo1968.
This commit is contained in:
MobiusDev
2017-05-28 18:37:26 +00:00
parent 9cb39dc889
commit 29042a9311
45 changed files with 487 additions and 390 deletions

View File

@@ -66,7 +66,7 @@ public final class LargeCocoon extends AbstractNpcAI
{
case "attack":
{
onCreatureAttacked(new OnCreatureAttacked(player, npc));
onCreatureAttacked(new OnCreatureAttacked(player, npc, null));
break;
}
case "attackPowerful":