From 58e71d1b08a9cf9e8fe961bb042305e6293a7772 Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Fri, 27 Sep 2019 10:09:28 +1000 Subject: [PATCH] Fixes unsimulated walls, virgo edition --- maps/tether/tether_turfs.dm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/maps/tether/tether_turfs.dm b/maps/tether/tether_turfs.dm index abeeb34bcb..a4b8e2082b 100644 --- a/maps/tether/tether_turfs.dm +++ b/maps/tether/tether_turfs.dm @@ -129,17 +129,8 @@ VIRGO3B_TURF_CREATE(/turf/simulated/mineral/floor) icon = 'icons/turf/flooring/tiles_vr.dmi' icon_state = "steel" - -/turf/unsimulated/wall - blocks_air = 1 - -/turf/unsimulated/wall/planetary - blocks_air = 0 - // Some turfs to make floors look better in centcom tram station. - - /turf/unsimulated/floor/techfloor_grid name = "floor" icon = 'icons/turf/flooring/techfloor_vr.dmi'