From 3e6099b2e1fd8277446381d08385f1cb2b9dd411 Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Sat, 10 Feb 2024 19:30:06 -0600 Subject: [PATCH] adds more faction prefixes --- code/__HELPERS/names.dm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/code/__HELPERS/names.dm b/code/__HELPERS/names.dm index 820e88389ef1..dc9fbf80e293 100644 --- a/code/__HELPERS/names.dm +++ b/code/__HELPERS/names.dm @@ -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", ), @@ -252,6 +261,7 @@ GLOBAL_LIST_INIT(ship_faction_to_prefixes, list( "SV", "IMV", "ISV", + "XSV", ), "Inteq Risk Management Group" = list( "IRMV", @@ -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)