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