mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 10:05:27 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user