source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>rand_prog 3~
if rand(33)
	echo $I's lion head roars at $R.
else
	if rand(50)
		echo $I's goat head snarls at $R.
	else
		echo $I's dragon head breathes forth a ball of fire.
	endif
endif
~
|