Character Creation Tweak (#11207)

This commit is contained in:
Geeves
2021-03-12 23:52:11 +02:00
committed by GitHub
parent d786f622c6
commit 412eeec1df
29 changed files with 306 additions and 243 deletions

View File

@@ -0,0 +1,7 @@
--
-- Implemented in PR #11207.
-- Adds the ability for players to select their character's pronouns, only affects what gender they appear as when examined and in visible messages.
--
ALTER TABLE `ss13_characters`
ADD COLUMN `pronouns` varchar(12) DEFAULT NULL AFTER `gender`