Circuits don't read right after being 'placed'
DaedalusGame opened this issue ยท 0 comments
Describe the bug
(some) Circuits when created by the wrench do not update their value immediently. Instead they update once the next block update or other notify rolls around.
To Reproduce [Optional]
Steps to reproduce the behavior:
- Place some circuit readable that doesn't produce a notify every tick
- Place a circuit plate
- Make it into a circuit readable
- The reader circuit should show 0 despite any other value that should be read
Alternate reproduction:
- Place a line of circuit plates
- Make the line into not circuits, from back to front
- Presto, at one point there should be 2 not circuits with 0, which is obviously wrong.
Expected behavior [Optional]
Circuits should update immediently when coming into existance