From efe693ed1129d71bf4fddd005a061a02cef7eb41 Mon Sep 17 00:00:00 2001 From: Sadhorizon <108196626+Sadhorizon@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:53:58 +0100 Subject: [PATCH] Replaces CMGSV with CLSV in factions.dm (#4220) ## Why It's Good For The Game Both Arke and Vela use that one, and it's not in the file. CMGSV is not really used anymore (it was used by the old Vela). ## Changelog :cl: code: Replaced the CMGSV prefix with CLSV. /:cl: --- code/__DEFINES/factions.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/factions.dm b/code/__DEFINES/factions.dm index 1fa102e8687a..3952f8b88e5e 100644 --- a/code/__DEFINES/factions.dm +++ b/code/__DEFINES/factions.dm @@ -37,7 +37,7 @@ #define PREFIX_SOLGOV list("SCSV") #define PREFIX_SRM list("SRSV") #define PREFIX_INTEQ list("IRMV") -#define PREFIX_CLIP list("CMSV", "CMGSV") +#define PREFIX_CLIP list("CMSV", "CLSV") #define PREFIX_NT list("NTSV") #define PREFIX_NS_LOGI list("NSSV") #define PREFIX_VIGILITAS list("VISV")