Merge pull request #15952 from farie82/runtime-fixes-6

Fixes 4 runtimes. Linked forum account message is now shown properly
This commit is contained in:
variableundefined
2021-08-11 16:06:57 -04:00
committed by GitHub
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)