Skip to content

Commit f2169d6

Browse files
authored
crash fix (#1092)
1 parent 33004b7 commit f2169d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/game/sound.dm

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
CRASH("playsound(): source is an area")
4444
if(isnull(vol))
4545
CRASH("Playsound received a null volume, this is probably wrong!")
46+
if(islist(soundin))
47+
CRASH("Playsound received a list, this is unsupported")
4648

4749
var/turf/turf_source = get_turf(source)
4850

0 commit comments

Comments
 (0)