Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steel Station, a new large station for the map rotation! #938

Closed
wants to merge 167 commits into from
Closed

Steel Station, a new large station for the map rotation! #938

wants to merge 167 commits into from

Conversation

Killermankey
Copy link

@Killermankey Killermankey commented Jan 13, 2024

About The Pull Request

Adds Steel station, a large station featuring many novel concepts to station construction like moving walkways, Command Bunkers, a double SM setup, luxury dorms, and a combined viro/xeno satellite! Everything needed to allow great work in the name of Nanotrassen! (FYI, I have no idea what I am doing here I hope this is how you try to put a map into the game.)

Why It's Good For The Game

This new station will add another large space station to the map rotation with a unique but not radical new design. compared to other stations it breaks away with the central loop of delta, meta, kilo, and oshan have. Opting for a central hallway design like an Airport. Departments are easily distinguishable and compartmentalized throughout the station. Overall, the design is simple to understand and built ready to serve!

Changelog

🆑
add: Steel Station map
/:cl:

@@ -595,6 +595,11 @@
icon_state = "kitchen_cold"
sound_environment = SOUND_AREA_SMALL_ENCLOSED

//Auxiliary Kitchen
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be in the modular folder

@@ -834,6 +839,13 @@
icon_state = "engine_sm_room"
sound_environment = SOUND_AREA_LARGE_ENCLOSED

//Steelstation Second Sm
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

modular

@@ -52,6 +52,9 @@ GLOBAL_LIST_EMPTY(conveyors_by_id)
/obj/machinery/conveyor/centcom_auto
id = "round_end_belt"

/obj/machinery/conveyor/no_touch
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should also be modular

@@ -253,6 +256,15 @@ GLOBAL_LIST_EMPTY(conveyors_by_id)
return
SSmove_manager.stop_looping(thing, SSconveyors)

// stuff for not messing with the not messable conveyors
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

modular

This was referenced Mar 25, 2024
@Killermankey Killermankey deleted the SteelStation branch March 25, 2024 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants