mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
vary
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user