Bag styles (#4099)

changes:

You can now select in preferences if you want to take a generic (grey) bag instead of your job-specific variant.
Cleaned up some leftover bagcode from before the bag type vars.
This commit is contained in:
Lohikar
2018-01-20 17:05:33 -06:00
committed by Erki
parent 90886a3076
commit 2fddb0a25c
8 changed files with 47 additions and 42 deletions

View File

@@ -0,0 +1,7 @@
--
-- Implemented in PR #4099.
-- Adds a `backbag_style` column for bag preferences.
--
ALTER TABLE `ss13_characters`
ADD COLUMN `backbag_style` INT(11) NULL DEFAULT NULL AFTER `backbag`;