mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 23:47:16 +01:00
Update cit_emotes.dm
This commit is contained in:
@@ -253,4 +253,5 @@
|
||||
if(user.nextsoundemote >= world.time)
|
||||
return
|
||||
user.nextsoundemote = world.time + 7
|
||||
playsound(user, 'modular_citadel/sound/voice/bark.ogg', 50, 1, -1)
|
||||
var/path = pick(list('modular_citadel/sound/voice/bark.ogg', 'modular_citadel/sound/voice/bark1.ogg', 'modular_citadel/sound/voice/bark2.ogg'))
|
||||
playsound(user, path, 50, 1, -1)
|
||||
Reference in New Issue
Block a user