From 36fad3d8079624e1392e7b1b2a5ee5e6201bf661 Mon Sep 17 00:00:00 2001 From: Yordi Date: Mon, 16 Jan 2023 21:06:35 +0100 Subject: [PATCH] Modification of the forbidden types to select and use with the Wired Effect Toggle Furniture, types has been checked on Habbo on the 16th of January 2023 --- .../interactions/wired/effects/WiredEffectToggleFurni.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/eu/habbo/habbohotel/items/interactions/wired/effects/WiredEffectToggleFurni.java b/src/main/java/com/eu/habbo/habbohotel/items/interactions/wired/effects/WiredEffectToggleFurni.java index e1589385..2b623c3b 100644 --- a/src/main/java/com/eu/habbo/habbohotel/items/interactions/wired/effects/WiredEffectToggleFurni.java +++ b/src/main/java/com/eu/habbo/habbohotel/items/interactions/wired/effects/WiredEffectToggleFurni.java @@ -72,11 +72,13 @@ public class WiredEffectToggleFurni extends InteractionWiredEffect { this.add(InteractionOneWayGate.class); this.add(InteractionPuzzleBox.class); this.add(InteractionRoller.class); - this.add(InteractionSwitch.class); this.add(InteractionTent.class); this.add(InteractionTrap.class); this.add(InteractionTrophy.class); this.add(InteractionWater.class); + this.add(InteractionCostumeHopper.class); + this.add(InteractionEffectGate.class); + this.add(InteractionVoteCounter.class); } };