blob: f05b73ca7f5b44c6f812b633242beaf1ef347516 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
if ($DOOMSDAY == 3)
addtimer 10, "#TMWFinalExam::OnPickledBeets";
return;
}
|