source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>fight_prog 50~
if rand(60)
	dirt
else
	if rand(50)
		kick
	else
		disarm
	endif
endif
~
|