Tail Stuff (#12785)

This commit is contained in:
Geeves
2022-04-19 12:02:00 +02:00
committed by GitHub
parent f08b106522
commit 42f5ff082c
28 changed files with 276 additions and 62 deletions

View File

@@ -0,0 +1,7 @@
--
-- Implemented in PR #numberhere.
-- Adds the ability for players to select their species' tail, instead of each species only having one stock type of tail.
--
ALTER TABLE `ss13_characters`
ADD COLUMN `tail_style` varchar(12) DEFAULT NULL AFTER `skin_colour`