This commit is contained in:
Mysticate 2015-10-09 22:44:49 -04:00
parent 7851cb451a
commit 1127764cc3
1 changed files with 5 additions and 0 deletions

View File

@ -258,6 +258,11 @@ public class NewsManager extends MiniPlugin
if (Manager.Type == HubType.Halloween) if (Manager.Type == HubType.Halloween)
{ {
/**
* @author Mysticate
* Myst's sexy ass animation :>
*/
_animationIndex = (_animationIndex + 1) % 100; _animationIndex = (_animationIndex + 1) % 100;
if (_animationIndex < 24) if (_animationIndex < 24)