diff options
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; } |