crodo_mud/cnf/
crodo_mud/lib/
crodo_mud/lib/house/
crodo_mud/lib/misc/
crodo_mud/lib/plralias/F-J/
crodo_mud/lib/plralias/U-Z/
crodo_mud/lib/plrobjs/
crodo_mud/lib/plrvars/A-E/
crodo_mud/lib/plrvars/F-J/
crodo_mud/lib/plrvars/K-O/
crodo_mud/lib/plrvars/P-T/
crodo_mud/lib/plrvars/U-Z/
crodo_mud/lib/text/
crodo_mud/lib/text/help/
crodo_mud/lib/world/
crodo_mud/src/
#15100
Ring Usage~
1 b 100
~
eval actor %self.worn_by%
if !%actor%
  halt
end
if %actor.align% < -350
  if !%actor.fighting%
    halt
  end
  eval Enemy %actor.fighting%
  if %Enemy.vnum% == -1
    halt
  end
  %send% %actor% %self.shortdesc% on your finger flashes with blinding light!
  %echoaround% %actor% %self.shortdesc% on %actor.name%'s finger flashes with blinding light!
  %echoaround% %Enemy% When your eyes clear, you see that %Enemy.name% has disappeared.
  %teleport% %Enemy% 15199
  %purge% %Enemy%
else
  %send% %actor% %self.shortdesc% on your finger flashes with blinding light!
  %echoaround% %actor% %self.shortdesc% on %actor.name%'s finger flashes with blinding light!
  %send% %actor% Your hand burns with pain!
  %echoaround% %actor% %actor.name% seems to be in pain!
  %damage% %actor% 100
end
~
#15101
Ring Dump Cleanup~
2 ab 100
~
%purge%
~
$~