mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
seperate birthplace option
This commit is contained in:
@@ -357,6 +357,7 @@ var/global/list/PDA_Manifest = list()
|
||||
G.fields["sex"] = gender2text(H.gender)
|
||||
G.fields["species"] = H.get_species()
|
||||
G.fields["home_system"] = H.home_system
|
||||
G.fields["birthplace"] = H.birthplace
|
||||
G.fields["citizenship"] = H.citizenship
|
||||
G.fields["faction"] = H.personal_faction
|
||||
G.fields["religion"] = H.religion
|
||||
@@ -403,6 +404,7 @@ var/global/list/PDA_Manifest = list()
|
||||
L.fields["identity"] = H.dna.UI // "
|
||||
L.fields["species"] = H.get_species()
|
||||
L.fields["home_system"] = H.home_system
|
||||
L.fields["birthplace"] = H.birthplace
|
||||
L.fields["citizenship"] = H.citizenship
|
||||
L.fields["faction"] = H.personal_faction
|
||||
L.fields["religion"] = H.religion
|
||||
@@ -448,6 +450,7 @@ var/global/list/PDA_Manifest = list()
|
||||
G.fields["m_stat"] = "Stable"
|
||||
G.fields["species"] = SPECIES_HUMAN
|
||||
G.fields["home_system"] = "Unknown"
|
||||
G.fields["birthplace"] = "Unknown"
|
||||
G.fields["citizenship"] = "Unknown"
|
||||
G.fields["faction"] = "Unknown"
|
||||
G.fields["religion"] = "Unknown"
|
||||
|
||||
Reference in New Issue
Block a user