Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Xander3359 committed Jan 4, 2024
2 parents b2f55da + b79a22d commit 1fc6ce7
Show file tree
Hide file tree
Showing 562 changed files with 89,226 additions and 15,250 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Restore SpacemanDMM cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: $HOME/SpacemanDMM
key: ${{ runner.os }}-spacemandmm
- name: Restore Yarn cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: tgui/.yarn/cache
key: ${{ runner.os }}-yarn-${{ secrets.CACHE_PURGE_KEY }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Restore BYOND cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: $HOME/BYOND
key: ${{ runner.os }}-byond
Expand All @@ -79,7 +79,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: $HOME/BYOND
key: ${{ runner.os }}-byond
Expand Down
9 changes: 6 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"eslint.nodePath": "./tgui/.yarn/sdks",
"eslint.workingDirectories": ["./tgui"],
"prettier.prettierPath": "./tgui/.yarn/sdks/prettier/index.js",
"prettier.prettierPath": "./tgui/.yarn/sdks/prettier/index.cjs",
"typescript.tsdk": "./tgui/.yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
"**/.yarn": true,
"**/.pnp.*": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"files.eol": "\n",
"gitlens.advanced.blame.customArguments": ["-w"],
Expand Down
1 change: 1 addition & 0 deletions _maps/_basemap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "map_files\desparity\desparity.dmm"
#include "map_files\Lawanka_Outpost\LawankaOutpost.dmm"
#include "map_files\slumbridge\slumbridge.dmm"
#include "map_files\DaedalusPrison\DaedalusPrison.dmm"
#ifdef CIBUILDING
#include "templates.dm"
#endif
Expand Down
20 changes: 20 additions & 0 deletions _maps/daedalusprison.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"map_name": "Daedalus Prison",
"map_path": "map_files/DaedalusPrison",
"map_file": "DaedalusPrison.dmm",
"environment_traits": {
"COLD": true
},
"disk_sets": {
"set1": 1,
"set2": 1,
"set3": 1,
"set4": 1
},
"armor": "prison",
"quickbuilds": 2300,
"announce_text": "Coming from an icy planet within our jump drive range, a penal colony has sent out an emergency frequency that our comms array received. TGMC, prepare to deploy!",
"traits":[{
"weather_snowstorm": true
}]
}
Loading

0 comments on commit 1fc6ce7

Please sign in to comment.