Find
You are in the vibrant club of healing
A basic but useful club that heals the wielder in the heat of battle.
Created by
wolis
, last updated 25 Dec 2010
Code
if second of hit then healwielder;
##healwielder:
$maxh = $init_obj's healthmax;
$hlth = $init_obj's health;
if $hlth < $init_obj's healthmax then healthem;
##healthem:
add 1 to $hlth;
set $init_obj's health = $hlth;
print "[$init_obj] looks a little healthier";
a viscious gash
a gaping wound