Skip to content

Commit

Permalink
21.10.23 Area fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Oct 21, 2023
1 parent 6acddaf commit 04a915e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
11 changes: 11 additions & 0 deletions maps/sierra/areas/z1_sierra_deck4.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,17 @@
/area/vacant/cargo
name = "Fourth Deck - Abandoned - Requisition"
icon_state = "quart"
holomap_color = HOLOMAP_AREACOLOR_CARGO

/* RND AREAS
* =========
*/

/area/rnd/canister
name = "Fourth Deck - Hangar - Canister Storage"
icon_state = "toxstorage"
sound_env = SMALL_ENCLOSED
req_access = list(access_tox_storage)

/* SUPPLY AREAS
* ============
Expand Down
5 changes: 0 additions & 5 deletions maps/sierra/areas/z2_sierra_deck3.dm
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,6 @@

//Vacant

/area/vacant/cargo
name = "Third Deck - Requisitions Office"
icon_state = "quart"
holomap_color = HOLOMAP_AREACOLOR_CARGO

/area/vacant/mess
name = "Third Deck - Old Mess"
icon_state = "bar"
Expand Down
6 changes: 0 additions & 6 deletions maps/sierra/areas/z3_sierra_deck2.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@
name = "Xenobiology Level One"
icon_state = "xeno_lab"

/area/rnd/canister
name = "Third Deck - Hangar - Canister Storage"
icon_state = "toxstorage"
sound_env = SMALL_ENCLOSED
req_access = list(access_tox_storage)

/area/rnd/xenobiology/atmos
name = "Xenobiology - Atmos Hub"
icon_state = "xeno_lab"
Expand Down

0 comments on commit 04a915e

Please sign in to comment.