Find
You are in a kris having some liquid dripping off of it
A very sharp, rather wavy dagger.
Created by
Chaotic Bob
, last updated 21 Jun 2011
Code
if second of hit then hurt;
##hurt:
print "[$actor] turns crimson for a moment, then it passes";
##tickloc:
runsub whattodo;
##whattodo:
runsub checkonme;
##checkonme:
if $actor's health < $actor's healthmax then repairme else end;
##repairme:
set $actor's health to $actor's healthmax;
print "[$actor] suddenly looks repaired";
a reapers brew