makes human heartbeats not sound robotic (#21856)

This commit is contained in:
Luc
2023-07-29 10:55:22 -07:00
committed by GitHub
parent 9dc983d026
commit 19c2d9c3e3
@@ -876,7 +876,7 @@
if(heartbeat >= rate)
heartbeat = 0
SEND_SOUND(src, sound('sound/effects/electheart.ogg', channel = CHANNEL_HEARTBEAT, volume = 50))
SEND_SOUND(src, sound('sound/effects/singlebeat.ogg', channel = CHANNEL_HEARTBEAT, volume = 50))
else
heartbeat++