mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Merge branch 'fix-wired-effectToggle-accept-switches' into 'ms4/dev'
Updated forbidden interactionTypes for Wired Effect Toggle Furniture #1917 See merge request morningstar/Arcturus-Community!43
This commit is contained in:
commit
16a241db02
@ -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);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user