diff --git a/code/modules/busy_space_vr/organizations.dm b/code/modules/busy_space_vr/organizations.dm
index 8b899c994a..731ef73b22 100644
--- a/code/modules/busy_space_vr/organizations.dm
+++ b/code/modules/busy_space_vr/organizations.dm
@@ -600,7 +600,6 @@
"Jormungandr",
"Leonidas",
"Meriwether Lewis",
- "Midsummer Night",
"Mona Lisa",
"Olympus",
"Paris",
@@ -655,57 +654,19 @@
role during in the late stages of the conflict. After the war, ONI's resources were pooled into numerous top secret projects; much of \
which remains unknown or outright denied to the public even today. Among their suspected activities include exploration, weapons \
development, xenoarcheology, xenobiology, corporate espionage, and manipulation of political affairs."
- work = "peacekeeping and piracy suppression"
+ work = "espionage, piracy suppression, xeno research, and various other black projects"
headquarters = "Paris, Earth"
motto = "The truth will set you free."
ship_prefixes = list("ONI" = "classified", "ONI" = "archeological", "ONI" = "exploration", "ONI" = "logistic") // It's all ONI but let's mix up what missions they do.
- ship_names = list("Aegis Fate", // PLACEHOLDERS. Aside from ones I've specifically marked, these should be replaced.
- "Ain't No Sunshine",
- "All Under Heaven",
- "Allegiance",
- "Andraste",
- "Anjou",
- "Barracuda",
- "Bastion",
- "Buenos Aires",
- "Bum Rush",
- "Callisto",
- "Charon",
- "Colorado",
- "Commonwealth",
- "Corsair",
- "DeGaulle",
- "Devestator",
- "Dust of Snow",
- "Euphrates",
- "Fair Weather",
- "Finite Hearts",
- "Forward Unto Dawn",
- "Hammerhead",
- "Herakles",
- "Hoenir", // Notable USDF and ONI ship. Keep this name.
- "In Amber Clad",
- "Iwo Jima",
- "Jolly Roger",
- "Jormungandr",
- "Leonidas",
- "Meriwether Lewis",
- "Midsummer Night", // Works for an ONI name.
- "Mona Lisa",
- "Olympus",
- "Providence",
- "Prydwen",
- "Redoubtable",
- "Rising Sun",
- "Saratoga",
- "Savannah",
- "Shanxi",
- "Song of the East",
- "Stalwart Dawn",
- "Strident",
- "Tannenberg",
- "Tokugawa",
- "Totem Lake")
+ ship_names = list("Bastille",
+ "Fantôme",
+ "Harpocrates",
+ "Hoenir",
+ "Mata Hari",
+ "Midsummer Night",
+ "Mirage",
+ "Persephone", // Director Ixchel Kisoda's personal research ship
+ "Versailles")
destination_names = list("parts unknown",
"none of your business",
"uncharted space",
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.