source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>rand_prog 1~
if rand(20)
	peer
else
	if rand(25)
		rub
	else
		if rand(33)
			snort
		else
			if rand(50)
				slobber
			else
				defecate
			endif
		endif
	endif
endif
~
|