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