Find
You are looking at a reanim wand
Created by
omenofdoom
, last updated 18 Dec 2007
Code
if target of use then checkit;
##checkit:
if $second's material like corpse then doit else end;
##doit:
print "A dark flame snakes from [$actor] towards [$second] engulfing it.";
set $second's health to 10;
code $second as 76269;
print "[$second] slowly gets to its feet.";
set $second's material to '_living_';