buddha/bin/
buddha/cnf/
buddha/doc/cwg/
buddha/lib/
buddha/lib/etc/
buddha/lib/house/
buddha/lib/misc/
buddha/lib/pfiles/
buddha/lib/plralias/ZZZ/
buddha/lib/plrobjs/
buddha/lib/plrobjs/ZZZ/
buddha/lib/world/
buddha/lib/world/gld/
buddha/src/
buddha/src/doc/
#27800
Sea Serpent Fireball - 27801~
0 k 5
~
if %actor.vnum% == -1
  emote utters the words, 'hisssssss'.
  dg_cast 'fireball' %actor%
end
~
#27802
Leviathan - 27803~
0 k 5
~
if %actor.vnum% == -1
  switch %random.3%
    case 1
      emote utters the words, 'transvecta aqua'.
      %echo% a tidal wave smashes into %actor.name%.
      %damage% %actor% 50
     break
    case 2
      emote looks at you with the deepest sorrow.
    break
    case 3
      emote utters the words, 'transvecta talon'.
      dg_cast 'cure critic' %self%
    break
    default
    break     
  done
end
~
$~