mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
Update code/modules/mob/living/carbon/lick_wounds.dm
Co-Authored-By: Dwaggy <warcat90@googlemail.com>
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user