Update code/modules/mob/living/carbon/lick_wounds.dm

Co-Authored-By: Dwaggy <warcat90@googlemail.com>
This commit is contained in:
Hawk-v3
2019-04-15 22:14:50 +01:00
committed by GitHub
co-authored by Dwaggy
parent 199afd0fa1
commit 0786f599d2
@@ -1,4 +1,4 @@
/mob/living/carbon/human/proc/lick_wounds(var/mob/living/carbon/M) //YWedit, origionally, living/carbon/M in living_mobs(1), However, living_mobs does not include src as possible target.
/mob/living/carbon/human/proc/lick_wounds(var/mob/living/carbon/M) //YWedit, originally, living/carbon/M in living_mobs(1), However, living_mobs does not include src as possible target.
set name = "Lick Wounds"
set category = "Abilities"
set desc = "Disinfect and heal small wounds with your saliva."
@@ -83,4 +83,4 @@
W.bandage()
W.disinfect()
H.UpdateDamageIcon()
playsound(src.loc, 'sound/effects/ointment.ogg', 25)
playsound(src.loc, 'sound/effects/ointment.ogg', 25)