Door Closes on first right click, Undoing an open door swaps bit values
Doc-1 opened this issue ยท 3 comments
Having a door activator with input and output with the settings of:
b0 : i1
Toggle delay: 1
o2 : b0
Equal delay: 1
Will make the door close the first time you open it. If you change b0 : i1 to Equal it will close every time you open it. It seems like it is acting as though o2 is connected to i1.
After opening a door, breaking it, then bringing it back with undo will set b0 to 1. Now being close is 1 and open is 0.
Here is an export of the door used in the gif.
testdoor.txt