Find
You are looking at a magweap
A magical weapon.
Created by
Chaotic Bob
, last updated 18 Feb 2007
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 6 to $hlth;
set $init_obj's health = $hlth;
print "[$init_obj] looks a little healthier";