summaryrefslogtreecommitdiff
path: root/npc/items/pickled_beets.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/pickled_beets.txt')
-rwxr-xr-xnpc/items/pickled_beets.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/pickled_beets.txt b/npc/items/pickled_beets.txt
index acce584d..a1a418c6 100755
--- a/npc/items/pickled_beets.txt
+++ b/npc/items/pickled_beets.txt
@@ -2,7 +2,7 @@ function script usePickledBeets {
heal 50, 0;
if (Class == 1)
setlook LOOK_HAIR_COLOR, HC_PURPLE;
- elif (Class == 2)
+ else if (Class == 2)
setlook LOOK_HAIR_COLOR, 18;
// add more here for races that have purple
return;