-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into fix-problems-i-have…
…-made-2
- Loading branch information
Showing
1,366 changed files
with
328,484 additions
and
5,439 deletions.
There are no files selected for viewing
3,078 changes: 1,734 additions & 1,344 deletions
3,078
_maps/RandomRuins/LavaRuins/lavaland_surface_ash_walker1.dmm
Large diffs are not rendered by default.
Oops, something went wrong.
4,811 changes: 4,811 additions & 0 deletions
4,811
_maps/RandomRuins/LavaRuins/lavaland_surface_ash_walker2.dmm
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"version": 1, | ||
"map_name": "Blueshift", | ||
"map_path": "map_files/Blueshift", | ||
"map_file": "Blueshift.dmm", | ||
"shuttles": { | ||
"cargo": "cargo_nova", | ||
"whiteship": "whiteship_blueshift", | ||
"emergency": "emergency_nova" | ||
}, | ||
"traits": [ | ||
{ | ||
"Up": true, | ||
"Linkage": "Cross" | ||
}, | ||
{ | ||
"Down": true, | ||
"Baseturf": "/turf/open/openspace", | ||
"Linkage": "Cross" | ||
} | ||
], | ||
"orbit_shift_replacement": "Attention crew, it appears that someone has shifted your ship into more dangerous territory.", | ||
"job_changes": { | ||
"Cook": { | ||
"additional_cqc_areas": ["/area/station/service/kitchen/diner"] | ||
}, | ||
"Captain": { | ||
"special_charter": "ship" | ||
} | ||
} | ||
} |
Oops, something went wrong.