source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>rand_prog 3~
if rand(50)
	pmote flaps its wings.
else
	pmote breathes out a ball of flame.
endif
~
>fight_prog 3~
if rand(50)
	pmote flies into the air and positions $kself.
else
	pmote rears up and lunges at $N.
endif
~
|