Skip to content

Commit

Permalink
adds more faction prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Feb 11, 2024
1 parent 46738fb commit 3e6099b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions code/__HELPERS/names.dm
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,15 @@ GLOBAL_LIST_INIT(ship_faction_to_prefixes, list(
"SEV",
"SSV",
),
"New Gorlex Republic" = list(
"NGRV",
),
"CyberSun" = list(
"CSSV",
),
"Student-Union of Naturalistic Sciences" = list(
"SUNS",
),
"SolGov" = list(
"SGSV",
),
Expand All @@ -252,6 +261,7 @@ GLOBAL_LIST_INIT(ship_faction_to_prefixes, list(
"SV",
"IMV",
"ISV",
"XSV",
),
"Inteq Risk Management Group" = list(
"IRMV",
Expand All @@ -263,6 +273,12 @@ GLOBAL_LIST_INIT(ship_faction_to_prefixes, list(
"Nanotrasen" = list(
"NTSV",
),
"Frontiersmen Fleet" = list(
"FFV",
),
"Saint-Roumaine Militia" = list(
"SRSV",
),
))

/proc/ship_prefix_to_faction(prefix)
Expand Down

0 comments on commit 3e6099b

Please sign in to comment.