summaryrefslogtreecommitdiff
path: root/npc/magic
diff options
context:
space:
mode:
Diffstat (limited to 'npc/magic')
-rw-r--r--npc/magic/demure.txt6
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.");