Fixed rabbits event.

This commit is contained in:
MobiusDev
2017-12-02 03:33:56 +00:00
parent 015a8e6be1
commit e71a0c7df5
17 changed files with 445 additions and 438 deletions

View File

@@ -178,8 +178,11 @@ public final class Rabbits extends Event
{
player.untransform();
}
RABBIT_TRANSFORMATION.getSkill().applyEffects(npc, player);
if (player.isSitting())
{
player.standUp();
}
RABBIT_TRANSFORMATION.getSkill().applyEffects(player, player);
_players.add(player);
break;
}