mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-14 01:02:58 +01:00
Merge pull request #1440 from ProbablyCarl/DepartmentSmoothing
I HATE ACTIVE ATMOS I HATE ACTIVE ATMOS I HATE ACTIVE ATMOS
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -19,7 +19,8 @@
|
||||
initial_gas_mix = AIRLESS_ATMOS
|
||||
/turf/open/floor/plasteel/telecomms
|
||||
initial_gas_mix = TCOMMS_ATMOS
|
||||
|
||||
/turf/open/floor/plasteel/layenia
|
||||
initial_gas_mix = FROZEN_ATMOS
|
||||
|
||||
/turf/open/floor/plasteel/dark
|
||||
icon_state = "darkfull"
|
||||
@@ -27,6 +28,8 @@
|
||||
initial_gas_mix = AIRLESS_ATMOS
|
||||
/turf/open/floor/plasteel/dark/telecomms
|
||||
initial_gas_mix = TCOMMS_ATMOS
|
||||
/turf/open/floor/plasteel/dark/layenia
|
||||
initial_gas_mix = FROZEN_ATMOS
|
||||
/turf/open/floor/plasteel/airless/dark
|
||||
icon_state = "darkfull"
|
||||
/turf/open/floor/plasteel/dark/side
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
icon_state = "plating"
|
||||
initial_gas_mix = AIRLESS_ATMOS
|
||||
|
||||
/turf/open/floor/plating/layenia
|
||||
icon_state = "plating"
|
||||
initial_gas_mix = FROZEN_ATMOS
|
||||
|
||||
/turf/open/floor/plating/abductor
|
||||
name = "alien floor"
|
||||
icon_state = "alienpod1"
|
||||
@@ -194,7 +198,7 @@
|
||||
/turf/open/floor/plating/ice/smooth
|
||||
icon_state = "smooth"
|
||||
smooth = SMOOTH_MORE | SMOOTH_BORDER
|
||||
canSmoothWith = list(/turf/open/floor/plating/ice/smooth,
|
||||
canSmoothWith = list(/turf/open/floor/plating/ice/smooth,
|
||||
/turf/open/floor/plating/ice,
|
||||
/turf/open/floor/plating/ice/colder)
|
||||
|
||||
|
||||
@@ -166,3 +166,7 @@
|
||||
/turf/open/floor/engine/vacuum
|
||||
name = "vacuum floor"
|
||||
initial_gas_mix = AIRLESS_ATMOS
|
||||
|
||||
/turf/open/floor/engine/layenia
|
||||
name = "reinforced floor"
|
||||
initial_gas_mix = FROZEN_ATMOS
|
||||
|
||||
Reference in New Issue
Block a user