summaryrefslogtreecommitdiff
path: root/npc/029-3_Fight_Cave/parua.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-3_Fight_Cave/parua.txt')
-rw-r--r--npc/029-3_Fight_Cave/parua.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/029-3_Fight_Cave/parua.txt b/npc/029-3_Fight_Cave/parua.txt
index f08734e6..f96207dd 100644
--- a/npc/029-3_Fight_Cave/parua.txt
+++ b/npc/029-3_Fight_Cave/parua.txt
@@ -65,8 +65,10 @@ L_Enjoy:
goto L_Exit;
L_Wait:
+ set @seconds, ($@ANNOUNCE_TIME - gettimetick(2));
mes "[Parua]";
- mes "\"Be Patient... The fight will start in " + ($@ANNOUNCE_TIME - gettimetick(2)) + " seconds.\"";
+ if (@seconds/60 == 0) mes "\"Be Patient... The fight will start in " + @seconds + " seconds.\"";
+ if (@seconds/60 > 0) mes "\"Be Patient... The fight will start in " + @seconds/60 + " minute(s).\"";
goto L_Exit;
L_NotEnough: