Adventure-Terraria-Server-Project / AdvancedCircuits-Plugin

Advanced Circuits Plugin for Terraria Server API and TShock.
GNU General Public License v3.0
8 stars 8 forks source link

Switches and Levers Should Forward Signals #6

Closed CoderCow closed 11 years ago

CoderCow commented 12 years ago

If a Switch / Lever is turned by signal it should forward that signal to its own non-input Ports. Though, the default behaviour should be that a signal is only being forward if the component got actually switched by the signal. (A Switch in off-state should not forward an off signal it just received)

Though, Switches and Levers with one modifier should forward any signal - careless of their state.