From 8509692f4bd1f0882c3c81b73db901867a71d562 Mon Sep 17 00:00:00 2001 From: brenoepic <59066707+brenoepics@users.noreply.github.com> Date: Sat, 9 Apr 2022 00:17:00 -0300 Subject: [PATCH] Tree RoomUnitStatus --- .../java/com/eu/habbo/habbohotel/rooms/RoomUnitStatus.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;