New Underwear (#8343)

If there is a God, then He will prevent me from clicking the green button.
This commit is contained in:
Matt Atlas
2020-03-23 20:27:57 +01:00
committed by GitHub
parent d059d7bba9
commit 700e49f047
27 changed files with 1280 additions and 188 deletions
@@ -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)