This commit is contained in:
rob
2021-07-02 21:48:06 -04:00
parent 458994164d
commit 5ec4a09adf

View File

@@ -628,6 +628,6 @@ NOTE: You will only be polled about this role once per round. To change your ch
if(issilicon(origin))
mob.playsound_local(get_turf(origin), get_sfx("voice-silicon"),50,1)
if(isvox(origin))
mob.playsound_local(get_turf(origin), get_sfx("voice-vox"),50,1)
mob.playsound_local(get_turf(origin), get_sfx("voice-vox"),50,0)
else
mob.playsound_local(get_turf(origin), get_sfx("voice-human"),50,1)