Update RoomUnitStatus.java

This commit is contained in:
brenoepics 2022-04-09 03:22:11 +00:00
parent e16b0527b8
commit 45766ef104

View File

@ -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;