Add sand collection to idle notifier

This commit is contained in:
Christopher O'Hara
2018-09-29 19:55:05 -05:00
parent 53b3ba19b0
commit 4fedb8cef5
2 changed files with 3 additions and 0 deletions

View File

@@ -145,6 +145,7 @@ public final class AnimationID
public static final int COW_HOME_TELEPORT_5 = 1700;
public static final int COW_HOME_TELEPORT_6 = 1701;
public static final int CONSTRUCTION = 3676;
public static final int SAND_COLLECTION = 895;
// NPC animations
public static final int TZTOK_JAD_MAGIC_ATTACK = 2656;

View File

@@ -207,6 +207,8 @@ public class IdleNotifierPlugin extends Plugin
case MAGIC_MAKE_TABLET:
/* Prayer */
case USING_GILDED_ALTAR:
/* Misc */
case SAND_COLLECTION:
resetTimers();
lastAnimation = animation;
break;