diff --git a/research.go b/research.go index f5bd037..ed0fce2 100644 --- a/research.go +++ b/research.go @@ -123,6 +123,8 @@ func (r *Research) userTyped(i int) { r.digitCount = 0 } else if r.digitCount == i || r.digitCount == 10 { r.input.Text += digit + r.typing = "" + r.digitCount = 0 if r.input.Text == r.botanist.Number { r.game.UnlockNextFlower()