summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2025-03-06 22:41:55 -0300
committerJesusaves <cpntb1@ymail.com>2025-03-06 22:41:55 -0300
commit78032d10efbbd078475bbac815c688ae8a38667e (patch)
tree676c906a1507251eca96d1ae04ca7f42d0357c2c
parent7071512b58d79765c970ad780e52885ce0294065 (diff)
downloadserverdata-78032d10efbbd078475bbac815c688ae8a38667e.tar.gz
serverdata-78032d10efbbd078475bbac815c688ae8a38667e.tar.bz2
serverdata-78032d10efbbd078475bbac815c688ae8a38667e.tar.xz
serverdata-78032d10efbbd078475bbac815c688ae8a38667e.zip
Fix visual glitch in Mirio's time assessment
-rw-r--r--npc/004-2/mirio.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/004-2/mirio.txt b/npc/004-2/mirio.txt
index 4c149eb4f..1c0bff14c 100644
--- a/npc/004-2/mirio.txt
+++ b/npc/004-2/mirio.txt
@@ -173,7 +173,7 @@ function running {
.@g = 320 - (.@q * 20);
if (.@t > .@g) {
mesn;
- mesq l("You took more than %s to do this, that is lame! Better luck next time.", FuzzyTime(.@g));
+ mesq l("You took more than %s to do this, that is lame! Better luck next time.", FuzzyTime(gettimetick(2)+.@g));
// Consolation Prize
if (.@t < 450) {
next;