aebabis / factorio-state-machine

MIT License
15 stars 8 forks source link

Fixed decider combinator outputing input count instead of 1 #23

Closed Fred4106 closed 6 years ago

Fred4106 commented 6 years ago

Not really sure why this never got noticed, but seems to be an issue related to having two non-virtual signals compared. It attempts to output A with value "input count". This needs to be set to one. fix

timer T

10:
  T >= 600 => 20

20:
  reset T
  signal_green = (steam >= stone_brick)
  => 10