summaryrefslogtreecommitdiff
path: root/npc/items/cookie.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/cookie.txt')
-rw-r--r--npc/items/cookie.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/npc/items/cookie.txt b/npc/items/cookie.txt
deleted file mode 100644
index e451e844..00000000
--- a/npc/items/cookie.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-// Evol script.
-// Author:
-// Jesusalva
-// Reid (?)
-// Description:
-// Prevents cookie from being used for too long
-
-function script UnequipCookie {
- if (getequipid(EQI_HEAD_MID) == DeliciousCookie)
- unequip(EQI_HEAD_MID);
- return;
-}
-
-- script #DeliciousCookie NPC_HIDDEN,{
- end;
-
-OnUnequip:
- UnequipCookie();
- end;
-
-}
-