diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/magic/demure.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/npc/magic/demure.txt b/npc/magic/demure.txt index cbb7a5641..a0be8df47 100644 --- a/npc/magic/demure.txt +++ b/npc/magic/demure.txt @@ -62,12 +62,6 @@ */ function script SK_Demure { - // Check cooldown - if (@demure_at > gettimetick(2)) { - dispbottom l("Skill is in cooldown for @@.", FuzzyTime(@demure_at)); - end; - } - // non-melee weapons not allowed if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_RANGE) > 3) { dispbottom l("Only melee weapons are permitted for use with this skill."); |