/
area/city/
area/crypts/
area/guilds/
area/psuedowild/
area/religion/
data/documents/MPDocs/
data/html/
data/mobprogs/
data/quest/
data/world/
data/world/_utilities/
data/world/images/
design/html/
notes/
player/
>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
~
|