source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>fight_prog 100~
if rand(60)
	cast 'psychic crush'
else
	if rand(50)
		cast 'mind blast'
	else
		cast 'mind disruption'
	endif
endif
~
|