source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>fight_prog 33~
if rand(25)
	cast 'vampiric touch'
else
	if rand(33)
		cast 'harm'
	else
		if rand(50)
			thrust
		else
			cast 'energy drain'
		endif
	endif
endif
~
|