Revert "Tail Stuff (#12785)" (#13582)

This reverts commit 42f5ff082c.
This commit is contained in:
Matt Atlas
2022-04-19 19:41:46 +02:00
committed by GitHub
parent add11cafee
commit 8f9d5a4e71
27 changed files with 62 additions and 269 deletions

View File

@@ -1,7 +0,0 @@
--
-- 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`