From ef3bab234ad9ca1cb1e4be7a1e042557cd730977 Mon Sep 17 00:00:00 2001 From: ItsSelis Date: Wed, 29 Jun 2022 18:31:32 +0200 Subject: [PATCH] /turf/simulated/open cannot be dirty anymore --- code/modules/multiz/turf.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/multiz/turf.dm b/code/modules/multiz/turf.dm index b3bbddfd4b4..eddc1743df6 100644 --- a/code/modules/multiz/turf.dm +++ b/code/modules/multiz/turf.dm @@ -53,6 +53,8 @@ GLOBAL_DATUM_INIT(openspace_backdrop_one_for_all, /atom/movable/openspace_backdr pathweight = 100000 //Seriously, don't try and path over this one numbnuts dynamic_lighting = 0 // Someday lets do proper lighting z-transfer. Until then we are leaving this off so it looks nicer. can_build_into_floor = TRUE + can_dirty = FALSE // It's open space + can_start_dirty = FALSE /turf/simulated/open/vacuum oxygen = 0