Merge pull request #4706 from JaimySmets/4694-idle-notifier-make-tabs
Add tablet creation animation to idle notifier
This commit is contained in:
@@ -120,6 +120,7 @@ public final class AnimationID
|
|||||||
public static final int MAGIC_CHARGING_ORBS = 726;
|
public static final int MAGIC_CHARGING_ORBS = 726;
|
||||||
public static final int MAGIC_LUNAR_STRING_JEWELRY = 4412;
|
public static final int MAGIC_LUNAR_STRING_JEWELRY = 4412;
|
||||||
public static final int MAGIC_LUNAR_BAKE_PIE = 4413;
|
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 BURYING_BONES = 827;
|
||||||
public static final int USING_GILDED_ALTAR = 3705;
|
public static final int USING_GILDED_ALTAR = 3705;
|
||||||
public static final int LOOKING_INTO = 832;
|
public static final int LOOKING_INTO = 832;
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ public class IdleNotifierPlugin extends Plugin
|
|||||||
case MAGIC_CHARGING_ORBS:
|
case MAGIC_CHARGING_ORBS:
|
||||||
case MAGIC_LUNAR_STRING_JEWELRY:
|
case MAGIC_LUNAR_STRING_JEWELRY:
|
||||||
case MAGIC_LUNAR_BAKE_PIE:
|
case MAGIC_LUNAR_BAKE_PIE:
|
||||||
|
case MAGIC_MAKE_TABLET:
|
||||||
/* Prayer */
|
/* Prayer */
|
||||||
case USING_GILDED_ALTAR:
|
case USING_GILDED_ALTAR:
|
||||||
resetTimers();
|
resetTimers();
|
||||||
|
|||||||
Reference in New Issue
Block a user