Fix bug is display the two bird images

This commit is contained in:
Howard Abrams 2025-09-05 21:47:14 -07:00
parent aaf7df9e2c
commit 28abb59210

View file

@ -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):
"""