source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>rand_prog 3~
if rand (50)
	pmote whistles while $j works.
	pmote watches $R closely.
else
	pmote pace back and forth.
endif
~
>drop_prog 10~
if rand (33)
	sigh
endif
if rand (33)
	say Damn litterbugs.
endif
if rand (33)
	take $o
	if rand (25)
		mpjunk $o
	endif
endif
~
|