source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>fight_prog 20~
if rand(25)
	cast 'iluzachi'
else
	if rand(33)
		dirt
	else
		if rand(50)
			nerve
		else
			caltrap
		endif
	endif
endif
~
|