source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>fight_prog 20~
if rand(25)
	dirt
else
	if rand(33)
		kick
	else
		if rand(50)
			beast call
		else
			disarm
		endif
	endif
endif
~
|