Add some dragon stuff to RoomUnitStatus.java

This commit is contained in:
Oliver 2022-04-08 15:33:11 +00:00
parent 6484d7f563
commit 66d8db7fb4

View File

@ -42,6 +42,11 @@ public enum RoomUnitStatus {
RELAX("rlx"),
WINGS("wng", true),
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"),
GROW("grw"),
GROW_1("grw1"),