Merge pull request #4706 from JaimySmets/4694-idle-notifier-make-tabs

Add tablet creation animation to idle notifier
This commit is contained in:
Tomas Slusny
2018-08-05 11:54:12 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ public final class AnimationID
public static final int MAGIC_CHARGING_ORBS = 726;
public static final int MAGIC_LUNAR_STRING_JEWELRY = 4412;
public static final int MAGIC_LUNAR_BAKE_PIE = 4413;
public static final int MAGIC_MAKE_TABLET = 4068;
public static final int BURYING_BONES = 827;
public static final int USING_GILDED_ALTAR = 3705;
public static final int LOOKING_INTO = 832;

View File

@@ -188,6 +188,7 @@ public class IdleNotifierPlugin extends Plugin
case MAGIC_CHARGING_ORBS:
case MAGIC_LUNAR_STRING_JEWELRY:
case MAGIC_LUNAR_BAKE_PIE:
case MAGIC_MAKE_TABLET:
/* Prayer */
case USING_GILDED_ALTAR:
resetTimers();