mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Fixing infinite fire alarm sounds (#21246)
* no more adding twice * better function to do the same
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user