summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/magic/zarkor.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/magic/zarkor.txt b/npc/magic/zarkor.txt
index b7a0e244a..a52484bf5 100644
--- a/npc/magic/zarkor.txt
+++ b/npc/magic/zarkor.txt
@@ -4,6 +4,7 @@
// Magic Script: TMW2_ZARKOR
//
// Spawns a Cave Maggot.
+// This is to test stuff, more than to create anything really.
- script sk#zarkor 32767,{
@@ -19,10 +20,12 @@ OnCall:
end;
// Check cooldown
+ /*
if (@skzarkor_cooldown > gettimetick(0)) {
dispbottom l("Cannot cast that now.");
end;
}
+ */
// Check mana
if (readparam(Sp) < 400) {