#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%
~
$~