mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user