ID:178530
 
heres the verb:

mob/proc/heal(mob/M in oview(2))
M.health = M.mh//max healt heal
M << "you were healed by [usr]"//tell the person that got healed
usr << "you healed [M]"

is it :

verbs += mob/proc/heal()

to add the verb?
verbs += mob/proc/heal

No parenthesis.