mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 22:12:38 +00:00
Character Creation Tweak (#11207)
This commit is contained in:
7
SQL/migrate/V065__plural_pronouns.sql
Normal file
7
SQL/migrate/V065__plural_pronouns.sql
Normal 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`
|
||||
Reference in New Issue
Block a user