mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
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:
@@ -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
|
||||
)
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user