diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-16 11:36:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-16 11:36:21 -0300 |
commit | cbaeeca7d3b248f1c5544317701d6f3f9b0b057c (patch) | |
tree | 1ff0ee06eead67a3b33ef4d531f46f70df793554 /npc/magic/parum.txt | |
parent | f377bbc7cbce73b49ec708d951780d4efc0ac6f7 (diff) | |
download | serverdata-cbaeeca7d3b248f1c5544317701d6f3f9b0b057c.tar.gz serverdata-cbaeeca7d3b248f1c5544317701d6f3f9b0b057c.tar.bz2 serverdata-cbaeeca7d3b248f1c5544317701d6f3f9b0b057c.tar.xz serverdata-cbaeeca7d3b248f1c5544317701d6f3f9b0b057c.zip |
Stabilize stuff, Kalmurk prep
Diffstat (limited to 'npc/magic/parum.txt')
-rw-r--r-- | npc/magic/parum.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/magic/parum.txt b/npc/magic/parum.txt index 593d9e587..535ca3ef6 100644 --- a/npc/magic/parum.txt +++ b/npc/magic/parum.txt @@ -28,10 +28,8 @@ OnCall: } // Check cooldown - /* TODO */ - // This will only vanish upon logout =/ if (@parum_at > gettimetick(2)) { - dispbottom l("Skill is in cooldown."); + dispbottom l("Skill is in cooldown for @@.", FuzzyTime(@parum_at)); end; } |