Lore fixes, v1.01a

The "a" stands for arbitrary version control.

Also I had no idea how to do this correctly so I just copypasted like an
asshat into a new branch. :B
This commit is contained in:
Spades
2018-04-14 20:14:10 -04:00
parent 700c902d14
commit cc39778217
2 changed files with 5 additions and 6 deletions

View File

@@ -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
)

View File

@@ -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 = "<i>For some weird reason, this section is blank. This looks like a publishing error.</i>"
/*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 = "<i>For some weird reason, this page is blank. This looks like a publishing error.</i>"
// ToDo: A lot.
data = "<i>For some weird reason, this section is blank. This looks like a publishing error.</i>" // ToDo: A lot.