diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-1/peter.txt | 10 | ||||
-rw-r--r-- | npc/002-2/doors.txt | 2 |
2 files changed, 6 insertions, 6 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."); diff --git a/npc/002-2/doors.txt b/npc/002-2/doors.txt index ef5ad0f95..51bfc1e89 100644 --- a/npc/002-2/doors.txt +++ b/npc/002-2/doors.txt @@ -8,7 +8,7 @@ // Description: // Doors NPCs. -002-2,33,25,0 script 0022#DoorUpwards NPC_HIDDEN,0,0,{ +002-2,33,23,0 script 0022#DoorUpwards NPC_HIDDEN,0,0,{ OnTouch: if (mobcount("002-2","all") > 0) goto L_Warn; |