mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-02-17 11:02:37 +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(35, new ActionWings());
|
||||||
this.put(36, new ActionBreatheFire());
|
this.put(36, new ActionBreatheFire());
|
||||||
this.put(38, new ActionTorch());
|
this.put(38, new ActionTorch());
|
||||||
|
this.put(42, new ActionRingOfFire());
|
||||||
this.put(43, new ActionEat());
|
this.put(43, new ActionEat());
|
||||||
this.put(46, new ActionBreed());
|
this.put(46, new ActionBreed());
|
||||||
|
|
||||||
@ -519,4 +520,4 @@ public class PetManager {
|
|||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user