Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
someone543 committed Dec 3, 2023
2 parents c03c485 + dec385d commit 24122da
Show file tree
Hide file tree
Showing 564 changed files with 200,597 additions and 51,565 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Python setup
uses: actions/setup-python@v1
with:
python-version: "3.9"
python-version: "3.11"
- name: Install depends
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Python setup
uses: actions/setup-python@v1
with:
python-version: "3.9"
python-version: "3.11"
- name: Setup cache
id: cache-spacemandmm
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make_changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Python setup
uses: actions/setup-python@v1
with:
python-version: "3.9"
python-version: "3.11"
- name: Install depends
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 4 additions & 0 deletions SQL/beestation_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ CREATE TABLE IF NOT EXISTS `SS13_characters` (
`preferred_pilot_role` VARCHAR(32) NOT NULL COLLATE 'utf8mb4_general_ci',
`flavor_text` MEDIUMTEXT NOT NULL COLLATE 'utf8mb4_general_ci',
`lizard_hiss_style` VARCHAR(32) NOT NULL COLLATE 'utf8mb4_general_ci',
`silicon_flavor_text` MEDIUMTEXT NOT NULL COLLATE 'utf8mb4_general_ci',
`general_record` MEDIUMTEXT NOT NULL COLLATE 'utf8mb4_general_ci',
`security_record` MEDIUMTEXT NOT NULL COLLATE 'utf8mb4_general_ci',
`medical_record` MEDIUMTEXT NOT NULL COLLATE 'utf8mb4_general_ci',
PRIMARY KEY (`slot`, `ckey`) USING BTREE
) COLLATE='utf8mb4_general_ci' ENGINE=InnoDB;

Expand Down
2 changes: 1 addition & 1 deletion _maps/RandomRooms/10x5/sk_rdm161_kilovault.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _maps/RandomZLevels/SnowCabin.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _maps/RuinGeneration/13x13_shotelroom.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _maps/RuinGeneration/9x13_vault.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion _maps/atlas.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"shuttles": {
"cargo": "cargo_atlas",
"ferry": "ferry_fancy",
"arrival": "arrival_atlas",
"emergency": "emergency_atlas"
},
"mine_disable": 1,
Expand Down
Loading

0 comments on commit 24122da

Please sign in to comment.