Boxes some stations in

(BoxedInStation)
This commit is contained in:
BongaTheProto
2022-06-25 12:27:26 -05:00
parent 934187abb1
commit fcb5e74eb6
4 changed files with 100890 additions and 0 deletions

1
_maps/boxedinstation.dm Normal file
View File

@@ -0,0 +1 @@
#define FORCE_MAP "_maps/boxedinstation.json"

11
_maps/boxedinstation.json Normal file
View File

@@ -0,0 +1,11 @@
{
"map_name": "Boxed In Station",
"map_path": "map_files/BoxedInStation",
"map_file": "BoxedInStation.dmm",
"shuttles": {
"cargo": "cargo_box",
"ferry": "ferry_fancy",
"whiteship": "whiteship_box",
"emergency": "emergency_box"
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -71,3 +71,6 @@ endmap
map syndicatestation
endmap
map boxedinstation
endmap