source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>fight_prog 90~
if rand(10)
	cast 'misdirection'
else
	if rand(9)
		cast 'terrain'
	else
		if rand(50)
			cast 'colour spray'
		else
			cast 'prismatic spray'
		endif
	endif
endif
~
|