Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
SerynEngi committed Sep 18, 2023
2 parents 0e316f5 + 480a23a commit e05ec9c
Show file tree
Hide file tree
Showing 147 changed files with 46,136 additions and 44,072 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
Loading

0 comments on commit e05ec9c

Please sign in to comment.