diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-03-06 22:41:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-03-06 22:41:55 -0300 |
commit | 78032d10efbbd078475bbac815c688ae8a38667e (patch) | |
tree | 676c906a1507251eca96d1ae04ca7f42d0357c2c | |
parent | 7071512b58d79765c970ad780e52885ce0294065 (diff) | |
download | serverdata-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.txt | 2 |
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; |