Find
You are in a staff
Created by
omenofdoom
, last updated 13 Dec 2008
Code
if second of hit then dohit;
if target of use then dohit;
##dohit: runsub dodangle;
##dodangle:
set $actor's healthmax to 100;
set $actor's health to $actor's healthmax;
set $actor's manamax to 100;
set $actor's mana to $actor's manamax;
print "[$actor] glows ominously";
the manapoints