source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>greet_prog 50~
say Do you think you're tough enough to fight me, $N?
if rand(50)
	flex
endif
~
>fight_prog 5~
say Shouldn't you flee, $N?
~
>rand_prog 5~
mpasound You hear a horrific sound below you.
~
|