source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>all_greet_prog 100~
	say Have you the Bejewelled Truncheon?  I am not the one.
	growl 
~
>rand_prog 3~
if rand(50)
mpasound The hammering of steel and bronze is heard nearby.
else
mpasound Someone curses nearby as he stubs his thumb with a hammer.
endif
~

|