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