source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>all_greet_prog 30~
if rand(50)
	say Are you a great warrior too?
else
	say I am learning to be as great as my father!
endif
~
>rand_prog 4~
if rand(50)
	pmote tries to draw his weapon like a veteran and fails miserably.
else
	pmote swings his sword wildly.
endif
~
|