Find
You are looking at a material called cgolem
Created by
omenofdoom
, last updated 03 Jul 2009
Code
if target of freeze then nullit;
if target of burn then nullit;
if target of shock then nullit;
##nullit:
$what = (plumes,streams,blasts,gusts,bursts);
$how = (spinning,streaking,smoking,wobbling);
print "[$init_obj] speeds toward [$actor], then diverges, $what of magical energy $how away harmlessly";
unhost $init_obj;
set $init_obj's slot2 to '';
set $init_obj's host to '';
set $init_obj's hosthow to '';
set $init_obj's counter to 0;
relook $loc;