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

This commit is contained in:
Yordi 2023-01-16 21:06:35 +01:00 committed by yordii
parent 1cc8674b18
commit 36fad3d807

View File

@ -72,11 +72,13 @@ public class WiredEffectToggleFurni extends InteractionWiredEffect {
this.add(InteractionOneWayGate.class); this.add(InteractionOneWayGate.class);
this.add(InteractionPuzzleBox.class); this.add(InteractionPuzzleBox.class);
this.add(InteractionRoller.class); this.add(InteractionRoller.class);
this.add(InteractionSwitch.class);
this.add(InteractionTent.class); this.add(InteractionTent.class);
this.add(InteractionTrap.class); this.add(InteractionTrap.class);
this.add(InteractionTrophy.class); this.add(InteractionTrophy.class);
this.add(InteractionWater.class); this.add(InteractionWater.class);
this.add(InteractionCostumeHopper.class);
this.add(InteractionEffectGate.class);
this.add(InteractionVoteCounter.class);
} }
}; };