From 39c8742a1d48b9a85335766a21b90a73e90c5394 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Mon, 15 Aug 2022 23:40:28 -0700 Subject: [PATCH] yeah no brute forcing this screw you --- code/game/turfs/change_turf.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/game/turfs/change_turf.dm b/code/game/turfs/change_turf.dm index 8e099d02cc..48d4563f51 100644 --- a/code/game/turfs/change_turf.dm +++ b/code/game/turfs/change_turf.dm @@ -160,9 +160,8 @@ GLOBAL_LIST_INIT(blacklisted_automated_baseturfs, typecacheof(list( . = ..() else . = ..() - if(!istype(air,/datum/gas_mixture)) - Initalize_Atmos(0) - update_air_ref(planetary_atmos ? 1 : 2) + air = null + Initalize_Atmos(0) // Take off the top layer turf and replace it with the next baseturf down /turf/proc/ScrapeAway(amount=1, flags)