mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 09:34:21 +01:00
Non fulltile windows don't get blood on them, spacecleaner cleans blood more reliably (#26886)
This commit is contained in:
@@ -61,9 +61,7 @@
|
||||
if(iseffect(O))
|
||||
var/obj/effect/E = O
|
||||
if(E.is_cleanable())
|
||||
var/obj/effect/decal/cleanable/blood/B = E
|
||||
if(!(istype(B) && B.off_floor))
|
||||
qdel(E)
|
||||
qdel(E)
|
||||
else
|
||||
if(O.simulated)
|
||||
O.color = initial(O.color)
|
||||
|
||||
Reference in New Issue
Block a user