Convert background prefs, and records to TG (#19417)

* attempt to migrate all background prefs..

* compiles

* separate background and record prefs

* move some things for clarity..

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Aura Dusklight
2026-05-04 00:08:15 +02:00
committed by GitHub
parent b24cc0bce2
commit 222e4cdbdc
8 changed files with 327 additions and 192 deletions
-10
View File
@@ -42,11 +42,6 @@ GLOBAL_LIST_EMPTY(preferences_datums)
var/digitigrade = 0
//Some faction information.
var/home_system = "Unset" //Current home or residence.
var/birthplace = "Unset" //Location of birth.
var/citizenship = "None" //Government or similar entity with which you hold citizenship.
var/faction = "None" //General associated faction.
var/religion = "None" //Religious association.
var/antag_faction = "None" //Antag associated faction.
var/antag_vis = "Hidden" //How visible antag association is to others.
@@ -93,13 +88,8 @@ GLOBAL_LIST_EMPTY(preferences_datums)
var/list/flavour_texts_robot = list()
var/custom_link = null
var/med_record = ""
var/sec_record = ""
var/gen_record = ""
var/exploit_record = ""
var/economic_status = "Average"
var/client/client = null
var/client_ckey = null