Skip to content

Commit

Permalink
reduces volume from 100 to 65
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Jan 14, 2024
1 parent 35fe698 commit 7b5089a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/effects/neurotoxin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
victim.hallucination = 3
victim.druggy = 3
if(70 to 100) // sound based hallucination
playsound_client(victim.client,pick('sound/voice/alien_distantroar_3.ogg','sound/voice/xenos_roaring.ogg','sound/voice/alien_queen_breath1.ogg', 'sound/voice/4_xeno_roars.ogg','sound/misc/notice2.ogg',"bone_break","gun_pulse","metalbang","pry","shatter"))
playsound_client(client = victim.client, soundin = pick('sound/voice/alien_distantroar_3.ogg','sound/voice/xenos_roaring.ogg','sound/voice/alien_queen_breath1.ogg', 'sound/voice/4_xeno_roars.ogg','sound/misc/notice2.ogg',"bone_break","gun_pulse","metalbang","pry","shatter"),vol = 65)

Check failure on line 153 in code/datums/effects/neurotoxin.dm

View workflow job for this annotation

GitHub Actions / Run Linters

bad keyword argument "client" to /proc/playsound_client



Expand Down

0 comments on commit 7b5089a

Please sign in to comment.