Find
You are looking at an action called fixitup
Created by
omenofdoom
, last updated 24 Jun 2009
Code
get $target in $loc;
if $target > 0 then fixitnow else nope;
##fixitnow:
set $target's health to $target's healthmax;
print "[$target] appears to glow";