mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Add some dragon stuff to RoomUnitStatus.java
This commit is contained in:
parent
6484d7f563
commit
66d8db7fb4
@ -42,6 +42,11 @@ public enum RoomUnitStatus {
|
|||||||
RELAX("rlx"),
|
RELAX("rlx"),
|
||||||
WINGS("wng", true),
|
WINGS("wng", true),
|
||||||
FLAME("flm"),
|
FLAME("flm"),
|
||||||
|
RINGOFFIRE("rng"), // ring of fire for dragon, toy undone
|
||||||
|
SWING("swg"), // same as roll but less energic, related to Dragon tree toy.
|
||||||
|
HANG("hg"), // hang, related to Dragon tree toy. just hangs under the branch
|
||||||
|
ROLL("rll"), // roll, related to Dragon tree toy. rolls around the branch
|
||||||
|
|
||||||
RIP("rip"),
|
RIP("rip"),
|
||||||
GROW("grw"),
|
GROW("grw"),
|
||||||
GROW_1("grw1"),
|
GROW_1("grw1"),
|
||||||
|
Loading…
Reference in New Issue
Block a user