mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Species-restricted jobs + new "Trader" job for vox (#9073)
* Vox traders * changes maps, CL * Jobbans * fixes sleepers * Map-restricted jobs * CL for map changes
This commit is contained in:
@@ -69,6 +69,9 @@
|
||||
`job_engsec_high` INTEGER,
|
||||
`job_engsec_med` INTEGER,
|
||||
`job_engsec_low` INTEGER,
|
||||
`job_misc_high` INTEGER,
|
||||
`job_misc_med` INTEGER,
|
||||
`job_misc_low` INTEGER,
|
||||
FOREIGN KEY(player_ckey, player_slot) REFERENCES players(player_ckey, player_slot) ON DELETE CASCADE,
|
||||
UNIQUE(player_ckey, player_slot)
|
||||
);"}
|
||||
|
||||
Reference in New Issue
Block a user