mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Expands "genderless" to all species, adds body-type option, removes some gender checks (#23910)
* adds most body type support, removes some gender checks * remove gender from species, accessories * restore pick_list * re-adds limitations on accessories * Universal access to body hair * remove unused var * Update example config, some preference saving code * updates tgui bundle * oops * Remove formatting * hopefully undoes formatting changes * dammit * been meaning to fix this one for a while * dgamer reviews * move body_type into human_defines * sql file changes * update tgui * Update db code * bump versions --------- Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -27,6 +27,7 @@ CREATE TABLE `characters` (
|
||||
`real_name` varchar(55) COLLATE utf8mb4_unicode_ci NOT NULL,
|
||||
`name_is_always_random` tinyint(1) NOT NULL,
|
||||
`gender` varchar(11) COLLATE utf8mb4_unicode_ci NOT NULL,
|
||||
`body_type` varchar(11) COLLATE utf8mb4_unicode_ci NOT NULL,
|
||||
`age` smallint(4) NOT NULL,
|
||||
`species` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL,
|
||||
`language` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user