summaryrefslogtreecommitdiff
path: root/world/map/npc/items/pickled_beets.txt
blob: 4aaa1f1c726e2b1a78cc8bfd10153c2abb013130 (plain) (blame)
1
2
3
4
5
6
7
8
9
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;
}