source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>fight_prog 20~
if rand(25)
	cas 'shatter'
else
	if rand(33)
		cast 'poison'
	else
		if rand(50)
			cast 'acid blast'
		else
			cast 'dispel magic'
		endif
	endif
endif
~
|