Skip to content

Commit

Permalink
[MIRROR] adds extra airless (and some tcomms air) variants for turfs (#…
Browse files Browse the repository at this point in the history
…1704) (#2647)

* adds extra airless (and some tcomms air) variants for turfs (#82281)

## About The Pull Request

adds extra airless variant for some catwalks, telecomms air openspace,
and some other stuff forgor

## Why It's Good For The Game

im trying to split up my station map pr

## Changelog

not playerfacing these arent used anywhere (yet)

* adds extra airless (and some tcomms air) variants for turfs

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: jimmyl <[email protected]>
  • Loading branch information
3 people authored Mar 30, 2024
1 parent 2b03da4 commit 32f3abb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/game/turfs/open/floor/catwalk_plating.dm
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
catwalk_type = "smoothiron"

//Airless variants of the above
/turf/open/floor/catwalk_floor/airless
initial_gas_mix = AIRLESS_ATMOS

/turf/open/floor/catwalk_floor/iron/airless
initial_gas_mix = AIRLESS_ATMOS

Expand All @@ -108,6 +111,9 @@
/turf/open/floor/catwalk_floor/iron_dark/airless
initial_gas_mix = AIRLESS_ATMOS

/turf/open/floor/catwalk_floor/iron_dark/telecomms
initial_gas_mix = TCOMMS_ATMOS

/turf/open/floor/catwalk_floor/flat_white/airless
initial_gas_mix = AIRLESS_ATMOS

Expand Down
3 changes: 3 additions & 0 deletions code/game/turfs/open/floor/glass.dm
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
floor_tile = /obj/item/stack/tile/rglass
alpha_to_leave = 206

/turf/open/floor/glass/reinforced/telecomms
initial_gas_mix = TCOMMS_ATMOS

/turf/open/floor/glass/reinforced/icemoon
initial_gas_mix = ICEMOON_DEFAULT_ATMOS

Expand Down
3 changes: 3 additions & 0 deletions code/game/turfs/open/floor/plating.dm
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@
new /obj/effect/decal/cleanable/glass/plastitanium/screws(below_turf)
playsound(src, 'sound/effects/structure_stress/pop3.ogg', 100, vary = TRUE)

/turf/open/floor/plating/reinforced/airless
initial_gas_mix = AIRLESS_ATMOS

///not an actual turf its used just for rcd ui purposes
/turf/open/floor/plating/rcd
name = "Floor/Wall"
Expand Down
3 changes: 3 additions & 0 deletions code/game/turfs/open/openspace.dm
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,6 @@
/turf/open/openspace/icemoon/ruins
protect_ruin = FALSE
drill_below = FALSE

/turf/open/openspace/telecomms
initial_gas_mix = TCOMMS_ATMOS

0 comments on commit 32f3abb

Please sign in to comment.