mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
makes human heartbeats not sound robotic (#21856)
This commit is contained in:
@@ -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++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user