Fixes airblock turf not working

This commit is contained in:
Jordan Brown
2019-01-02 11:36:35 -05:00
parent 477b5773a9
commit d82fbbc263
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
layer = CLOSED_TURF_LAYER
opacity = 1
density = TRUE
blocks_air = 1
blocks_air = TRUE
rad_flags = RAD_PROTECT_CONTENTS | RAD_NO_CONTAMINATE
rad_insulation = RAD_MEDIUM_INSULATION
+1 -1
View File
@@ -130,7 +130,7 @@
/turf/open/indestructible/airblock
icon_state = "bluespace"
CanAtmosPass = ATMOS_PASS_NO
blocks_air = TRUE
baseturfs = /turf/open/indestructible/airblock
/turf/open/indestructible/clock_spawn_room
-1
View File
@@ -11,7 +11,6 @@
initial_gas_mix = AIRLESS_ATMOS
opacity = 1
density = TRUE
blocks_air = 1
layer = EDGED_TURF_LAYER
temperature = TCMB
var/environment_type = "asteroid"