Find
You are looking at an umbrella
the purple umbrella of cheerful healthiness
Created by
Clare
, last updated 17 Apr 2008
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 2 to $hlth;
set $init_obj's health = $hlth;
print "[$init_obj] looks a little healthier";