source/
source/bounty/
source/challenge/
source/gods/
source/log/
source/mobprogs/
source/player/
source/savemud/
>fight_prog 75~
if rand(40)
  cast 'sharpmetal'
else
  if rand(35)
      cast 'rust'
  else
    if rand(20)
	cast 'thunderclap'
    else
      if rand(50)
	cast 'localize gravity' primary
      else
	cast 'localize gravity' secondary
      endif
    endif
  endif
endif
~
|