Fix bug is display the two bird images
This commit is contained in:
parent
aaf7df9e2c
commit
28abb59210
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue