diff --git a/code/modules/lore_codex/lore_data_vr/main.dm b/code/modules/lore_codex/lore_data_vr/main.dm index 4214fe492c..a5ee6c8252 100644 --- a/code/modules/lore_codex/lore_data_vr/main.dm +++ b/code/modules/lore_codex/lore_data_vr/main.dm @@ -11,7 +11,7 @@ /datum/lore/codex/category/species, /datum/lore/codex/category/auto_org/tsc, /datum/lore/codex/category/auto_org/gov, - // /datum/lore/codex/category/auto_org/mil, + /datum/lore/codex/category/auto_org/mil, /datum/lore/codex/category/political_factions, /datum/lore/codex/page/about_lore ) diff --git a/code/modules/lore_codex/lore_data_vr/political_parties.dm b/code/modules/lore_codex/lore_data_vr/political_parties.dm index 49df0bf150..1a768ff9e0 100644 --- a/code/modules/lore_codex/lore_data_vr/political_parties.dm +++ b/code/modules/lore_codex/lore_data_vr/political_parties.dm @@ -1,9 +1,10 @@ /datum/lore/codex/category/political_factions name = "Political Factions" - data = "Those wishing to immigrate to somewhere in Virgo-Erigone, or otherwise plan to stay for a long time should get to know human politics. \ + data = "For some weird reason, this section is blank. This looks like a publishing error." + /*data = "Those wishing to immigrate to somewhere in Virgo-Erigone, or otherwise plan to stay for a long time should get to know human politics. \ There are presently three major political parties that exist throughout SolGov space, being the Icarus Front, the Shadow Coalition, and \ the Sol Economic Organization, and several smaller ones which tend to align themselves among one of the major parties. In the Virgo-Erigone system, the \ - Icarus Front's influence is much less than somewhere closer to Sol, and the other two parties being more popular." + Icarus Front's influence is much less than somewhere closer to Sol, and the other two parties being more popular."*/ // ToDo: A lot. children = list( /datum/lore/codex/page/blank ) @@ -11,6 +12,4 @@ /datum/lore/codex/page/blank/add_content() name = "Blank Page" keywords += list("Blank") - data = "For some weird reason, this page is blank. This looks like a publishing error." - -// ToDo: A lot. \ No newline at end of file + data = "For some weird reason, this section is blank. This looks like a publishing error." // ToDo: A lot.