Adds small delay to healer heal clicking.

This commit is contained in:
Aurorablade
2015-12-06 02:33:30 -05:00
parent 4530b6b4cf
commit ee607af47e
@@ -349,6 +349,7 @@
src << "<span class='danger'><B>You must be manifested to heal!</span></B>"
return
if(iscarbon(target))
src.changeNext_move(CLICK_CD_MELEE)
var/mob/living/carbon/C = target
C.adjustBruteLoss(-5)
C.adjustFireLoss(-5)