mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-02-05 22:28:18 +00:00
Darkens Unathi Horns/Spines/Frills, Adds Secondary Facial Hair Colours/Support, Further Adjustment to Tigerhead/TigerheadFace Sprites
You can now colour the webbing of webbed Unathi frills independently. Morph and CMA support has been included. Splits tigerhead sprites into 3 versions in order to better fit the different ears of the three species that can use it.
This commit is contained in:
@@ -36,6 +36,9 @@ CREATE TABLE `characters` (
|
||||
`facial_red` smallint(4) NOT NULL,
|
||||
`facial_green` smallint(4) NOT NULL,
|
||||
`facial_blue` smallint(4) NOT NULL,
|
||||
`secondary_facial_red` smallint(4) NOT NULL,
|
||||
`secondary_facial_green` smallint(4) NOT NULL,
|
||||
`secondary_facial_blue` smallint(4) NOT NULL,
|
||||
`skin_tone` smallint(4) NOT NULL,
|
||||
`skin_red` smallint(4) NOT NULL,
|
||||
`skin_green` smallint(4) NOT NULL,
|
||||
|
||||
@@ -36,6 +36,9 @@ CREATE TABLE `SS13_characters` (
|
||||
`facial_red` smallint(4) NOT NULL,
|
||||
`facial_green` smallint(4) NOT NULL,
|
||||
`facial_blue` smallint(4) NOT NULL,
|
||||
`secondary_facial_red` smallint(4) NOT NULL,
|
||||
`secondary_facial_green` smallint(4) NOT NULL,
|
||||
`secondary_facial_blue` smallint(4) NOT NULL,
|
||||
`skin_tone` smallint(4) NOT NULL,
|
||||
`skin_red` smallint(4) NOT NULL,
|
||||
`skin_green` smallint(4) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user