Fix 3 runtimes.

Air alarms should be made to just use Init later on
This commit is contained in:
joep van der velden
2021-04-26 21:07:27 +02:00
parent 09143c0657
commit 70d201b312
3 changed files with 12 additions and 11 deletions
@@ -78,6 +78,8 @@
for(var/atom/T in get_turf(D))
D.reagents.reaction(T)
sleep(3)
if(QDELETED(D))
return
qdel(D)