summaryrefslogtreecommitdiff
path: root/scenes/microgames/fishin
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-17 14:48:56 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-17 14:48:56 -0600
commit1e397ffe7d0e418624ad01a7cacb5bed3ff6c4b2 (patch)
treeeb9a501f9a1ac96633bb32eee0620a21522b29ac /scenes/microgames/fishin
parent9f7327a275b3861f687c62d76ef94c00160dbfb6 (diff)
Add the first fish to the list of fish seen
Diffstat (limited to 'scenes/microgames/fishin')
-rw-r--r--scenes/microgames/fishin/fishin.gd2
1 files changed, 0 insertions, 2 deletions
diff --git a/scenes/microgames/fishin/fishin.gd b/scenes/microgames/fishin/fishin.gd
index fdae7d1..c3d6c78 100644
--- a/scenes/microgames/fishin/fishin.gd
+++ b/scenes/microgames/fishin/fishin.gd
@@ -110,8 +110,6 @@ func _on_texture_button_button_up() -> void:
# show fish
fish_choice = randi_range(0,len(fishes))
- fish_choice = FishType.MOBY_DICK
-
match fish_choice:
FishType.GAR:
gar.visible = true