mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
New Underwear (#8343)
If there is a God, then He will prevent me from clicking the green button.
This commit is contained in:
@@ -132,6 +132,9 @@
|
||||
var/sql_role = SQL_CHARACTER
|
||||
var/modified = 0
|
||||
|
||||
/datum/category_group/player_setup_category/dd_SortValue()
|
||||
return sort_order
|
||||
|
||||
/datum/category_group/player_setup_category/proc/sanitize_setup(sql_load = FALSE)
|
||||
for(var/datum/category_item/player_setup_item/PI in items)
|
||||
PI.sanitize_preferences(sql_load)
|
||||
@@ -220,6 +223,9 @@
|
||||
pref = null
|
||||
return ..()
|
||||
|
||||
/datum/category_item/player_setup_item/dd_SortValue()
|
||||
return sort_order
|
||||
|
||||
/datum/category_item/player_setup_item/proc/to_client_chat(str)
|
||||
if (pref && pref.client)
|
||||
to_chat(pref.client, str)
|
||||
|
||||
Reference in New Issue
Block a user