Fixes fire_act working on deleted things.

This commit is contained in:
AnturK
2018-05-21 15:06:42 +02:00
parent 75ef89d6a5
commit 5306fbb3ca
@@ -94,7 +94,7 @@
for(var/A in location)
var/atom/AT = A
if(AT && AT != src) // It's possible that the item is deleted in temperature_expose
if(!QDELETED(AT) && AT != src) // It's possible that the item is deleted in temperature_expose
AT.fire_act(temperature, volume)
return