Skip to content

Commit

Permalink
Removes lambda from upstream updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraSayomi committed Sep 14, 2024
1 parent 82f1d44 commit 5bb7358
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _maps/_basemap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "map_files\OmegaStation\OmegaStation.dmm"
#include "map_files\PubbyStation\PubbyStation.dmm"
#include "map_files\BoxStation\BoxStation.dmm"
#include "map_files\LambdaStation\lambda.dmm"
#include "splurt_maps\map_files\LambdaStation\lambda.dmm"
#include "map_files\SpookyStation\SpookyStation.dmm"
#include "map_files\CogStation\CogStation.dmm"
#include "map_files\TauStation\TauStation.dmm"
Expand Down
10 changes: 6 additions & 4 deletions _maps/lambdastation.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"map_name": "Lambda Station",
"map_path": "map_files/LambdaStation",
"map_path": "splurt_maps/map_files/LambdaStation",
"map_file": "lambda.dmm",
"shuttles": {
"cargo": "cargo_box",
Expand All @@ -10,11 +10,13 @@
},
"traits":[
{
"Up":1,
"Baseturf":"/turf/open/openspace"
"Up":1,
"Baseturf":"/turf/open/openspace"
"Linkage": "Cross"
},
{
"Down":-1
"Down":-1
"Linkage": "Cross"
}
]
}
File renamed without changes.

0 comments on commit 5bb7358

Please sign in to comment.