source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>greet_prog 5~
grin $n
say Time for some sacrifices.
~
>rand_prog 3~
if rand(50)
	pmote forms out of a swirling mist.
else
	pmote disappears into a swirling mist.
endif
~
|