This commit is contained in:
xTheLifex
2024-08-09 18:17:13 -03:00
parent e6e2de2984
commit 7fcbcde764
+8
View File
@@ -50,3 +50,11 @@
return
user.nextsoundemote = world.time + 7
playsound(user, 'modular_citadel/sound/voice/peep.ogg', 50, 1, -1)
/datum/emote/living/carbon/moan/run_emote(mob/living/user, params)
if(!(. = ..()))
return
if(user.nextsoundemote >= world.time)
return
user.nextsoundemote = world.time + 7
user.moan()