mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Add Ring of Fire to PetManager.java
This commit is contained in:
parent
c32754d1dd
commit
6484d7f563
@ -62,6 +62,7 @@ public class PetManager {
|
||||
this.put(35, new ActionWings());
|
||||
this.put(36, new ActionBreatheFire());
|
||||
this.put(38, new ActionTorch());
|
||||
this.put(42, new ActionRingOfFire());
|
||||
this.put(43, new ActionEat());
|
||||
this.put(46, new ActionBreed());
|
||||
|
||||
@ -519,4 +520,4 @@ public class PetManager {
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user