mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Fixes iteration bug in space cleaner (#14631)
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
/datum/reagent/space_cleaner/reaction_turf(turf/T, volume)
|
||||
if(volume >= 1)
|
||||
var/floor_only = TRUE
|
||||
for(var/obj/effect/decal/cleanable/C in src)
|
||||
for(var/obj/effect/decal/cleanable/C in T)
|
||||
var/obj/effect/decal/cleanable/blood/B = C
|
||||
if(istype(B) && B.off_floor)
|
||||
floor_only = FALSE
|
||||
|
||||
Reference in New Issue
Block a user