Find
You are looking at many pale flams
Some pale blue flames.
They give off a chilling aura.
Created by
omenofdoom
, last updated 25 Jun 2009
Code
if second of hit then doit else end;
##doit:
$hlth = $target's health;
$hlthm = $target's healthmax;
take 2 from $hlth;
print "[$init_obj] suddenly thrusts tendrils of fire at [$target]!";
$what = (chilling,freezing,cold,icy);
print "[$target] is engulfed in $what flames!";
set $target's health to $hlth;
if $hlth < 1 then nomore else end;
##nomore:
set $target's health to 0;
print "The flames clear, and [$target] falls lifeless to the ground!";