diff options
Diffstat (limited to 'res/scripts')
-rw-r--r-- | res/scripts/map2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/scripts/map2.lua b/res/scripts/map2.lua index 6e826a3..92c1747 100644 --- a/res/scripts/map2.lua +++ b/res/scripts/map2.lua | |||
@@ -93,10 +93,10 @@ function map2.approach_doria() | |||
93 | SetAnimation("doria", "hairflip!") | 93 | SetAnimation("doria", "hairflip!") |
94 | WaitForAnimation("doria") | 94 | WaitForAnimation("doria") |
95 | 95 | ||
96 | SetDirection("doria", Direction.DOWN_RIGHT) | ||
97 | SetAnimation("doria", "still") | 96 | SetAnimation("doria", "still") |
98 | Delay(1000) | 97 | Delay(1000) |
99 | 98 | ||
99 | SetAnimation("kuma", "talk") | ||
100 | DisplayMessage("* H-hey, what do you mean <new Kumatora>?", "Kumatora", SpeakerType.WOMAN) | 100 | DisplayMessage("* H-hey, what do you mean <new Kumatora>?", "Kumatora", SpeakerType.WOMAN) |
101 | WaitForEndOfMessage() | 101 | WaitForEndOfMessage() |
102 | 102 | ||