mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Update RoomUnitStatus.java
This commit is contained in:
parent
e16b0527b8
commit
45766ef104
@ -66,10 +66,10 @@ public enum RoomUnitStatus {
|
|||||||
SLEEP("slp", true),
|
SLEEP("slp", true),
|
||||||
SLEEP_OUT("slp-out"),
|
SLEEP_OUT("slp-out"),
|
||||||
|
|
||||||
RINGOFFIRE("rng"), // ring of fire for dragon, toy undone
|
RINGOFFIRE("rng"),
|
||||||
SWING("swg"), // same as roll but less energic, related to Dragon tree toy.
|
SWING("swg"),
|
||||||
HANG("hg"), // hang, related to Dragon tree toy. just hangs under the branch
|
HANG("hg"),
|
||||||
ROLL("rll"); // roll, related to Dragon tree toy. rolls around the branch
|
ROLL("rll");
|
||||||
|
|
||||||
public final String key;
|
public final String key;
|
||||||
public final boolean removeWhenWalking;
|
public final boolean removeWhenWalking;
|
||||||
|
Loading…
Reference in New Issue
Block a user