Find
You are looking at an action called ogrow
Created by
omenofdoom
, last updated 30 May 2007
Code
get $target in $loc;
if $target > 0 then checkif else cant;
##checkif:
if $target's material like living then cant else grownow;
##grownow:
print "[$init_obj] closes his eyes, concentrating on [$target]";
$healthm = $target's healthmax;
add 5 to $healthm;
set $target's healthmax to $healthm;
set $target's health to $target's healthmax;
print "[$target] glows slightly";