summaryrefslogtreecommitdiff
path: root/world/map/npc/items/shock_sweet.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/items/shock_sweet.txt')
-rw-r--r--world/map/npc/items/shock_sweet.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/world/map/npc/items/shock_sweet.txt b/world/map/npc/items/shock_sweet.txt
deleted file mode 100644
index dc61790d..00000000
--- a/world/map/npc/items/shock_sweet.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-function|script|useShockSweet
-{
- if (getmap() == "099-5")
- addtimer 0, "Xakelbael the Dark#0::OnAdjustSweet";
- if (rand(5))
- goto L_Change;
- message strcharinfo(0), "Yuck, this tastes like earwax!";
- heal -20 - (Hp >> 2), 0;
- return;
-
-L_Change:
- setlook LOOK_HAIR_COLOR, (HC_WHITE - Class) + 1;
- message strcharinfo(0), "Gah! That was some strong stuff!";
- sc_start sc_poison, 1, 20;
- misceffect 15, strcharinfo(0);
- return;
-}