forsaken/bounty/
forsaken/challenge/
forsaken/gods/
forsaken/log/
forsaken/mobprogs/
forsaken/player/
forsaken/savemud/
>rand_prog 15~
if rand(33)
	pmote stirs a large pot with a wooden spoon.
else
	if rand(50)
		pmote taste-tests the soup that $j is making.
	else
		pmote wipes $l hands on $l apron, then goes back to cooking.
	endif
endif
~
|