Skip to content

Commit b0e0e60

Browse files
committed
Fixed transform
1 parent d88f4c5 commit b0e0e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BytesOfLove/game/gameMap/Fishing_Bytes.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ screen fish_Game:
4343
if (len(fish_list) < 21):
4444
timer 2 action Function(spawn_fish) repeat True
4545
for fish in fish_list:
46-
add fish.get_transform() at fish_caught
46+
add fish.get_transform() at fish.transform
4747

4848

4949
screen instructions_Fishing:

0 commit comments

Comments
 (0)