source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>fight_prog 60~
if rand(25)
	commune 'heal'
else
	if rand(33)
		commune 'cure critical'
	else
		if rand(50)
			commune 'divine retribution'
		else
			commune 'dispel magic'
		endif
	endif
endif
~
|