mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Tree RoomUnitStatus
This commit is contained in:
parent
397edaeba8
commit
8509692f4b
@ -64,7 +64,12 @@ public enum RoomUnitStatus {
|
||||
|
||||
SLEEP_IN("slp-in"),
|
||||
SLEEP("slp", true),
|
||||
SLEEP_OUT("slp-out");
|
||||
SLEEP_OUT("slp-out"),
|
||||
|
||||
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
|
||||
|
||||
public final String key;
|
||||
public final boolean removeWhenWalking;
|
||||
|
Loading…
Reference in New Issue
Block a user