diff options
Diffstat (limited to 'npc/002-1')
-rw-r--r-- | npc/002-1/peter.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index a7b0e76f2..c04a6df9a 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -60,11 +60,6 @@ L_NoCountDown: doevent "Peter::OnReturnWin"; close; -OnLowTime: - if (getmap() == "002-2") - dispbottom l("Time is running out... Hurry up!"); - end; - L_Stop: doevent "Peter::OnStop"; @@ -128,6 +123,11 @@ OnGiveTask: goto L_Quit; +OnLowTime: + if (getmap() == "002-2") + dispbottom l("Time is running out... Hurry up!"); + end; + OnTooWeak: mesn; mesq lg("I need someone to help me clean the edge of the ship, but you aren't strong enough for now."); |