blob: a1a418c6182ab05bf6b80d74f7daaa382c37bddb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
function script usePickledBeets {
heal 50, 0;
if (Class == 1)
setlook LOOK_HAIR_COLOR, HC_PURPLE;
else if (Class == 2)
setlook LOOK_HAIR_COLOR, 18;
// add more here for races that have purple
return;
}
|