mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
Tail Stuff (#12785)
This commit is contained in:
7
SQL/migrate/V071__tail_overhaul.sql
Normal file
7
SQL/migrate/V071__tail_overhaul.sql
Normal 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`
|
||||
Reference in New Issue
Block a user