summaryrefslogtreecommitdiff
path: root/scenes/microgames/fishin/fishin.gd
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-16 17:30:09 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-16 17:30:09 -0600
commit0806d809557c4c1bff35707b825e3475c816d0e6 (patch)
tree5b2ece4559b2cdc6cbb39a704aee1960c1a08e65 /scenes/microgames/fishin/fishin.gd
parent44e036f8b79ea77c540244875c4f8135a957e6b2 (diff)
parent332e3aced7c7d112d6ae04c7a075964f9b211ae8 (diff)
Merge branch 'main' into bonk
Diffstat (limited to 'scenes/microgames/fishin/fishin.gd')
-rw-r--r--scenes/microgames/fishin/fishin.gd3
1 files changed, 2 insertions, 1 deletions
diff --git a/scenes/microgames/fishin/fishin.gd b/scenes/microgames/fishin/fishin.gd
index 7e1ae3c..44b60db 100644
--- a/scenes/microgames/fishin/fishin.gd
+++ b/scenes/microgames/fishin/fishin.gd
@@ -83,7 +83,8 @@ func _on_start_game_timeout() -> void:
mash.visible = true
mouse.visible = true
- num_clicks = randi_range(5,20)
+ num_clicks = randi_range(5,21)
+ num_clicks = 21
# YOU LOSE