Update living_ch.dm

This commit is contained in:
Razgriz
2020-05-21 04:10:53 -07:00
committed by GitHub
parent 1c6fb9de58
commit e4c54a5e4c
+2 -2
View File
@@ -73,7 +73,7 @@ mob/living/proc/check_vorefootstep(var/m_intent, var/turf/T)
set desc = "Transfer liquid from an organ to another or stomach, or into another person or container."
set popup_menu = FALSE
if(!canClick() || incapacitated(INCAPACITATION_ALL))
if(!checkClickCooldown() || incapacitated(INCAPACITATION_ALL))
return FALSE
var/mob/living/user = usr
@@ -208,4 +208,4 @@ mob/living/proc/check_vorefootstep(var/m_intent, var/turf/T)
else
soundfile = fancy_release_sounds[RTB.release_sound]
if(soundfile)
playsound(src, soundfile, vol = 100, vary = 1, falloff = VORE_SOUND_FALLOFF, preference = /datum/client_preference/eating_noises)
playsound(src, soundfile, vol = 100, vary = 1, falloff = VORE_SOUND_FALLOFF, preference = /datum/client_preference/eating_noises)