diff --git a/src/main/java/com/eu/habbo/habbohotel/rooms/RoomUnitStatus.java b/src/main/java/com/eu/habbo/habbohotel/rooms/RoomUnitStatus.java index 73191762..005114c5 100644 --- a/src/main/java/com/eu/habbo/habbohotel/rooms/RoomUnitStatus.java +++ b/src/main/java/com/eu/habbo/habbohotel/rooms/RoomUnitStatus.java @@ -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;