Update explosion.dm

This commit is contained in:
silicons
2020-08-01 21:04:16 -07:00
committed by GitHub
parent a59eaff87e
commit 97c8b756ad

View File

@@ -196,7 +196,7 @@ GLOBAL_LIST_EMPTY(explosions)
//------- EX_ACT AND TURF FIRES -------
if((T == epicenter) && !QDELETED(explosion_source) && (explosion_source.loc == T)) // Ensures explosives detonating from bags trigger other explosives in that bag
if((T == epicenter) && !QDELETED(explosion_source) && (get_turf(explosion_source) == T)) // Ensures explosives detonating from bags trigger other explosives in that bag
var/list/atoms = list()
for(var/atom/A in explosion_source.loc)
atoms += A