Skip to content

Commit

Permalink
Merge remote-tracking branch 'BeeStation/master' into ERTports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat committed Nov 18, 2024
2 parents d436151 + aad5050 commit 5cf3f7b
Show file tree
Hide file tree
Showing 918 changed files with 81,857 additions and 610,846 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stale_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
stale-pr-message: "This PR has been marked as stale due to being in an unmergable state for 7 days. Please resolve any conflicts and add testing evidence, then contact a project maintainer to have the stale label removed."
stale-pr-label: 'Stale'
any-of-pr-labels: 'Needs Testing Evidence,Merge Conflict'
days-before-stale: 7
days-before-close: 5
days-before-stale: -1
days-before-close: -1
days-before-pr-stale: 7
days-before-pr-close: 5
remove-pr-stale-when-updated: true
labels-to-remove-when-unstale: 'Stale'
2 changes: 1 addition & 1 deletion SQL/beestation_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ CREATE TABLE IF NOT EXISTS `SS13_schema_revision` (
`date` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`major`,`minor`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
INSERT INTO `SS13_schema_revision` (`major`, `minor`) VALUES (7, 2);
INSERT INTO `SS13_schema_revision` (`major`, `minor`) VALUES (7, 3);



Expand Down
94 changes: 47 additions & 47 deletions _maps/Prefab/Departments.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/RandomRooms/10x10/rdm_dorms.dmm

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

24 changes: 12 additions & 12 deletions _maps/RandomRooms/10x10/rdm_organ_harvesting.dmm

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

Loading

0 comments on commit 5cf3f7b

Please sign in to comment.