Skip to content

Commit

Permalink
Merge remote-tracking branch 'Upstream/master' into Aetherwhisp-Touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
Bokkiewokkie committed Jul 28, 2023
2 parents 9375173 + da07e68 commit 879e7ab
Show file tree
Hide file tree
Showing 75 changed files with 2,011 additions and 877 deletions.
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
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
20 changes: 8 additions & 12 deletions _maps/map_files/Aetherwhisp/Aetherwhisp1.dmm

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

31 changes: 17 additions & 14 deletions _maps/map_files/Atlas/atlas2.dmm

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

Loading

0 comments on commit 879e7ab

Please sign in to comment.