Find
You are looking at a xeno called impower
Created by
Chaotic Bob
, last updated 24 Jun 2009
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 'impower',"[$actor] $how $touch [$target]";
msg $loc,$target,$target,$second,'moves',"[$target] is surrounded by a light glow which shortly passes";
rem - add of mana;
var $mny to 5;
var $omny to $target's manamax;
add $mny to $omny;
set $target's manamax to $omny;