Update pitcher.dm, except now with only the changes I meant to have (#10455)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Spades
2025-03-28 18:31:38 -04:00
committed by GitHub
parent da2104d0b9
commit 62340635ac
2 changed files with 52 additions and 37 deletions

View File

@@ -165,8 +165,9 @@
if(until_full_process-- <= 0)
for(var/obj/effect/dark/dark_tile in orange(node_range, src))
if(!(dark_tile in children_effects))
children_effects |= dark_tile
if(QDELETED(dark_tile))
continue
children_effects |= dark_tile
until_full_process = 4
children_effects.Remove(null)