FlCodebase3.1/
FlCodebase3.1/bounty/
FlCodebase3.1/challenge/
FlCodebase3.1/clans/
FlCodebase3.1/gods/
FlCodebase3.1/mobprogs/
FlCodebase3.1/player/
FlCodebase3.1/savemud/
>fight_prog 20~
if rand(25)
	kill 1.	
  	bash 1.
else
	if rand(33)
		kill 2.
		bash 2.
	else
		if rand(50)
			kill 3.
			bash 3.
		else
			pmote executes a ground shaking maneuver.
			trip 1.
			trip 2.
			trip 3.
			trip 4.
			trip 5.
		endif
	endif
endif
~

>death_prog 100~
at 78 load mob 10801
~
|