From 0786f599d2b078636dace8d78fb9098076c3ffbf Mon Sep 17 00:00:00 2001 From: Hawk-v3 Date: Mon, 15 Apr 2019 22:14:50 +0100 Subject: [PATCH] Update code/modules/mob/living/carbon/lick_wounds.dm Co-Authored-By: Dwaggy --- code/modules/mob/living/carbon/lick_wounds.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/lick_wounds.dm b/code/modules/mob/living/carbon/lick_wounds.dm index fb34f95934..17ad746d4d 100644 --- a/code/modules/mob/living/carbon/lick_wounds.dm +++ b/code/modules/mob/living/carbon/lick_wounds.dm @@ -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) \ No newline at end of file + playsound(src.loc, 'sound/effects/ointment.ogg', 25)