We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33004b7 commit f2169d6Copy full SHA for f2169d6
code/game/sound.dm
@@ -43,6 +43,8 @@
43
CRASH("playsound(): source is an area")
44
if(isnull(vol))
45
CRASH("Playsound received a null volume, this is probably wrong!")
46
+ if(islist(soundin))
47
+ CRASH("Playsound received a list, this is unsupported")
48
49
var/turf/turf_source = get_turf(source)
50
0 commit comments