source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>rand_prog 3~
if rand(50)
	pmote looks at you sourly.
else
meditate
endif
~

>fight_prog 3~
if rand(10)
  yell Treason!  You dare defy me???!!
endif
if rand(25)
  pmote swings his staff with ease.
endif
if rand(40)
  pmote eyes burn very bright as the battle continues.
endif

~
|