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

Expand cog1 public market, shrink stocks room #17522

Merged
merged 6 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/map.dm
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ var/global/list/mapNames = list(
"the EVA storage" = list(/area/station/ai_monitored/storage/eva),
"the robotics lab" = list(/area/station/medical/robotics),
"the bridge" = list(/area/station/bridge),
"the stock exchange at the public market" = list(/area/station/crew_quarters/stockex),
"the public market" = list(/area/station/crew_quarters/market),
"the escape arm" = list(/area/station/hallway/secondary/exit),
"the central room of the crew lounge" = list(/area/station/crew_quarters/quarters),
"the chapel" = list(/area/station/chapel/sanctuary))
Expand Down