summaryrefslogtreecommitdiff
path: root/world/map/npc/items/pickled_beets.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/items/pickled_beets.txt')
-rw-r--r--world/map/npc/items/pickled_beets.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/world/map/npc/items/pickled_beets.txt b/world/map/npc/items/pickled_beets.txt
new file mode 100644
index 00000000..4aaa1f1c
--- /dev/null
+++ b/world/map/npc/items/pickled_beets.txt
@@ -0,0 +1,10 @@
+function|script|usePickledBeets
+{
+ heal 50, 0, 1;
+ if (Class == 1)
+ setlook LOOK_HAIR_COLOR, HC_PURPLE;
+ elif (Class == 2)
+ setlook LOOK_HAIR_COLOR, 18;
+ // add more here for races that have purple
+ return;
+}