source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>fight_prog 75~
if rand(20)
	commune 'harm'
else
	if rand(25)
		commune 'demonfire'
	else
		if rand(10)
			commune 'blasphemy'
		else
			if rand(50)
				commune 'cure critical'
			else
				commune 'dysentery'
			endif
		endif
	endif
endif
~
|