Fixes meteors hitting qdeleted stuff. (#37840)
* Fixes meteors hitting qdeleted stuff. * I made a typo in one line change, time to die. * Better solution ?
This commit is contained in:
@@ -343,7 +343,7 @@
|
||||
|
||||
for(var/V in contents)
|
||||
var/atom/A = V
|
||||
if(A.level >= affecting_level)
|
||||
if(!QDELETED(A) && A.level >= affecting_level)
|
||||
if(ismovableatom(A))
|
||||
var/atom/movable/AM = A
|
||||
if(!AM.ex_check(explosion_id))
|
||||
|
||||
Reference in New Issue
Block a user