Skip to content

Commit

Permalink
Merge pull request #1188 from SaraSayomi/4nal
Browse files Browse the repository at this point in the history
4ward Nanotrasen Acquired Location Station
  • Loading branch information
MosleyTheMalO authored Oct 24, 2024
2 parents 14e095d + f0b5108 commit 1c757bc
Show file tree
Hide file tree
Showing 14 changed files with 273,089 additions and 2 deletions.
1 change: 1 addition & 0 deletions _maps/4nalstation.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#define FORCE_MAP "_maps/4nalstation.json"
30 changes: 30 additions & 0 deletions _maps/4nalstation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 1,
"map_name": "4Nal Station",
"map_path": "splurt_maps/map_files/4Nalstation",
"map_file": "4NaL_Station.dmm",
"shuttles": {
"cargo": "cargo_box",
"ferry": "ferry_fancy",
"whiteship": "whiteship_fournal",
"emergency": "emergency_fournal"
},
"traits": [
{
"Up": 1,
"Baseturf": "/turf/open/openspace",
"Linkage": "Cross"
},
{
"Up": 1,
"Down": -1,
"Baseturf": "/turf/open/openspace",
"Linkage": "Cross"
},
{
"Down": -1,
"Baseturf": "/turf/open/openspace",
"Linkage": "Cross"
}
]
}
1 change: 1 addition & 0 deletions _maps/_basemap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "map_files\SyndicateStation\SyndicateBoxStation.dmm"
#include "splurt_maps\map_files\Smexistation\Snaxi_Splurt.dmm"
#include "map_files\BoxedInStation\BoxedInStation.dmm"
#include "splurt_maps\map_files\4Nalstation\4Nal_station.dmm"

#ifdef CIBUILDING
#include "templates.dm"
Expand Down
Loading

0 comments on commit 1c757bc

Please sign in to comment.