Fair Hades (sic!) (#10718)

adds hair fades ported from polaris

https://github.com/PolarisSS13/Polaris/pull/7313/files
This commit is contained in:
Wowzewow (Wezzy)
2020-12-28 21:06:28 +08:00
committed by GitHub
parent 16c9469fe9
commit 5afbb615f9
10 changed files with 178 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
--
-- Implemented in PR #10718.
-- Adds a `Hair Gradient Style and Hair Gradient Color` columns for hair gradient preferences.
--
ALTER TABLE `ss13_characters`
ADD COLUMN `grad_colour` varchar(7) DEFAULT NULL AFTER `facial_colour`,
ADD COLUMN `gradient_style` varchar(32) DEFAULT NULL AFTER `facial_style`;