Skip to content

Commit

Permalink
TGS Test Merge (#16515)
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyorange committed Oct 18, 2024
2 parents 7e66e41 + 428b375 commit 78684d3
Show file tree
Hide file tree
Showing 27 changed files with 65,343 additions and 17 deletions.
1 change: 1 addition & 0 deletions _maps/_basemap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "map_files\lavaoutpost\LavaOutpost.dmm"
#include "map_files\desertdam\desertdam.dmm"
#include "map_files\corsat\corsat.dmm"
#include "map_files\Bluesummers\bluesummers.dmm"
#ifdef CIBUILDING
#include "templates.dm"
#endif
Expand Down
14 changes: 14 additions & 0 deletions _maps/bluesummers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"map_name": "Bluesummers Wreck Site",
"map_path": "map_files/Bluesummers",
"map_file": "bluesummers.dmm",
"disk_sets": {
"basic": 1
},
"quickbuilds": 1200,
"armor": "desert",
"announce_text": "We have picked up a trace of a signal from the HMS Bluesummers, a seed ship sent to colonize a new sector that has been missing for some time. Our preliminary scans show that the ship has crashed and splintered across a desert planet. We have been ordered to search for survivors and investigate the cause of this disaster. TGMC, prepare to deploy!",
"traits":[{
"weather_sandstorm": true
}]
}
Loading

0 comments on commit 78684d3

Please sign in to comment.