source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/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
~
|