mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Fixes airblock turf not working
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user