Skip to content

Finishes NebulaStation from TG #2156

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

Closed
wants to merge 40 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
2ab4209
makes it not instantly depressure
dwasint Jun 4, 2024
07780b0
Delete temp.dmm
dwasint Jun 4, 2024
8c67633
stuff
dwasint Jun 4, 2024
6bd968c
Update NebulaStation.dmm
dwasint Jun 4, 2024
a503a8d
atmos lines added
dwasint Jun 4, 2024
2c4f3d3
Update _compile_options.dm
dwasint Jun 4, 2024
958d768
Update NebulaStation.dmm
dwasint Jun 4, 2024
00419b5
more fixes
dwasint Jun 4, 2024
36ec2df
more stuff
dwasint Jun 4, 2024
2b7f6a2
cameras
dwasint Jun 5, 2024
eba2ed5
cam net
dwasint Jun 5, 2024
730d891
fixes
dwasint Jun 5, 2024
1dea35b
Update NebulaStation.dmm
dwasint Jun 5, 2024
b5f97c8
Update NebulaStation.dmm
dwasint Jun 5, 2024
8549f5e
Update NebulaStation.dmm
dwasint Jun 5, 2024
3ab8764
Update NebulaStation.dmm
dwasint Jun 5, 2024
322aaad
Update NebulaStation.dmm
dwasint Jun 5, 2024
3ef17a5
Update NebulaStation.dmm
dwasint Jun 5, 2024
f11a88d
decay and fixes
dwasint Jun 5, 2024
0085a0f
other changes
dwasint Jun 5, 2024
63d89da
moves public mining
dwasint Jun 5, 2024
c97f072
more fixes
dwasint Jun 5, 2024
1cc901f
Update NebulaStation.dmm
dwasint Jun 5, 2024
c4847d4
more changes
dwasint Jun 5, 2024
da82e4d
Update NebulaStation.dmm
dwasint Jun 5, 2024
b56f437
Update NebulaStation.dmm
dwasint Jun 5, 2024
5085b9d
Update NebulaStation.dmm
dwasint Jun 5, 2024
6b9a33b
Update NebulaStation.dmm
dwasint Jun 5, 2024
63e9d1f
Update NebulaStation.dmm
dwasint Jun 5, 2024
70b9d02
fixes some pool bugs
dwasint Jun 6, 2024
ceedbd2
Update NebulaStation.dmm
dwasint Jun 6, 2024
6145b69
Update NebulaStation.dmm
dwasint Jun 6, 2024
76b91bf
Update pool_pump.dm
dwasint Jun 6, 2024
4a82880
Update NebulaStation.dmm
dwasint Jun 6, 2024
dbebf81
Update NebulaStation.dmm
dwasint Jun 6, 2024
6d21145
Update NebulaStation.dmm
dwasint Jun 6, 2024
faf94e5
Update NebulaStation.dmm
dwasint Jun 6, 2024
095bbf2
Update NebulaStation.dmm
dwasint Jun 6, 2024
cba7a9c
Create abilities.dm
dwasint Jun 6, 2024
bd216af
Revert "Create abilities.dm"
dwasint Jun 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions _maps/NebulaStation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"version": 1,
"map_name": "NebulaStation",
"map_path": "map_files/nebulastation",
"map_file": "nebulastation.dmm",
"shuttles": {
"cargo": "cargo_nebula",
"ferry": "ferry_nebula",
"whiteship": "whiteship_tram",
"emergency": "emergency_delta"
},
"traits": [
{
"Up": true,
"Linkage": "Cross"
},
{
"Down": true,
"Baseturf": "/turf/open/openspace",
"Linkage": "Cross"
}
]
}
Loading