source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>fight_prog 20~
if rand(25)
	bodyslam
else
	if rand(33)
		headbutt
	else
		if rand(50)
			rage
		else
			weapon cleave
		endif
	endif
endif
~
|