This commit is contained in:
izac112
2020-06-17 04:30:06 +02:00
116 changed files with 10186 additions and 4123 deletions

View File

@@ -10,6 +10,7 @@
/datum/lore/codex/category/important_locations,
/datum/lore/codex/category/species,
/datum/lore/codex/category/auto_org/tsc,
/datum/lore/codex/category/auto_org/other,
/datum/lore/codex/category/auto_org/gov,
/datum/lore/codex/category/auto_org/mil,
/datum/lore/codex/category/political_factions,

View File

@@ -27,13 +27,17 @@
the biggest and most influential of them all. Some people also categorize the different TSCs into 'major' and 'minor' TSCs."
desired_type = /datum/lore/organization/tsc
/datum/lore/codex/category/auto_org/other
name = "Other Factions"
auto_keywords = list("KHI","SDF","Smuggler","Smugglers","Pirate","Pirates")
desired_type = /datum/lore/organization/other
/datum/lore/codex/category/auto_org/gov
name = "Governments"
auto_keywords = list("Gov","Government","Governments")
desired_type = /datum/lore/organization/gov
/datum/lore/codex/category/auto_org/mil
name = "Militaries"
name = "Military Forces & PMCs"
auto_keywords = list("Mil","Military", "Militaries")
desired_type = /datum/lore/organization/mil