summaryrefslogtreecommitdiff
path: root/world/map/npc/items/drugs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/items/drugs.txt')
-rw-r--r--world/map/npc/items/drugs.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/world/map/npc/items/drugs.txt b/world/map/npc/items/drugs.txt
deleted file mode 100644
index 9c724872..00000000
--- a/world/map/npc/items/drugs.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-// ------------------------------------------------------------
-// Added as a joke but could be used seriously.
-// ------------------------------------------------------------
-
-function|script|DrugItem
-{
- if (strcharinfo(0) == "kytty") goto L_kytty;
- //message strcharinfo(0), "TMW does not endorse nor condone with the use of this item in real life, nor with its implications.";
- goto L_Return;
-
-L_kytty:
- message strcharinfo(0), "Stop smoking, kytty! %%e";
- goto L_Return;
-
-L_Return:
- return;
-}