From 28abb5921005ba862392b806c0232379c9650a36 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Fri, 5 Sep 2025 21:47:14 -0700 Subject: [PATCH] Fix bug is display the two bird images --- typeclasses/tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typeclasses/tutorial.py b/typeclasses/tutorial.py index 9cbca40..572298c 100755 --- a/typeclasses/tutorial.py +++ b/typeclasses/tutorial.py @@ -168,7 +168,7 @@ class TutorBird(CarriableNPC): })[0] bird.location = character delay(1, bird.display_first_image) - delay(10, bird.display_first_image) + delay(30, bird.display_second_image) def display_first_image(self): """