mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Add dance and Mambo to PetManager.java
This commit is contained in:
parent
12ad3adfcc
commit
fd23c73b24
@ -52,6 +52,7 @@ public class PetManager {
|
||||
this.put(15, new ActionFollowLeft());
|
||||
this.put(16, new ActionFollowRight());
|
||||
this.put(17, new ActionPlayFootball());
|
||||
this.put(21, new ActionDance());
|
||||
this.put(24, new ActionMoveForward());
|
||||
this.put(25, new ActionTurnLeft());
|
||||
this.put(26, new ActionTurnRight());
|
||||
@ -59,6 +60,7 @@ public class PetManager {
|
||||
this.put(28, new ActionCroak());
|
||||
this.put(29, new ActionDip());
|
||||
this.put(30, new ActionWave());
|
||||
this.put(31, new ActionDance());
|
||||
this.put(35, new ActionWings());
|
||||
this.put(36, new ActionBreatheFire());
|
||||
this.put(38, new ActionTorch());
|
||||
|
Loading…
Reference in New Issue
Block a user