Find
You are looking at a xeno called strengthen
Created by
Chaotic Bob
, last updated 24 Dec 2006
Code
get $target in $loc;
if $target > 0 then boon else fail;
##boon:
clear $target,all;
rem set $target's host to '';
var $how to (slowly, quickly, softly);
var $touch to (points at, motions towards,);
say 'zap',"[$actor] $how $touch [$target]";
msg $loc,$target,$target,$second,'moves',"[$target] looks a little stronger";
rem - add of health;
var $mny to 5;
var $omny to $target's healthmax;
add $mny to $omny;
set $target's healthmax to $omny;