mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
Update living_ch.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user