Fixing infinite fire alarm sounds (#21246)

* no more adding twice

* better function to do the same
This commit is contained in:
HMBGERDO
2023-06-10 06:01:28 +02:00
committed by GitHub
parent 014c684ac5
commit acabffb6fc
+1 -1
View File
@@ -54,7 +54,7 @@
/datum/looping_sound/proc/start(atom/add_thing)
if(add_thing)
LAZYADD(output_atoms, add_thing)
LAZYADDOR(output_atoms, add_thing)
if(!muted)
return
muted = FALSE