Skip to content

Commit

Permalink
solcons these
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Dec 11, 2024
1 parent f3c7a7f commit 787e72a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/__DEFINES/factions.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define FACTION_CYBERSUN "Cybersun Industries"
#define FACTION_HARDLINERS "Gorlex Hardliners"
#define FACTION_SUNS "Student-Union of Naturalistic Sciences"
#define FACTION_SOLGOV "Solar Confederation"
#define FACTION_SOLCON "Solar Confederation"
#define FACTION_SRM "Saint-Roumain Militia"
#define FACTION_INTEQ "Inteq Risk Management Group"
#define FACTION_CLIP "Confederated League of Independent Planets"
Expand All @@ -34,7 +34,7 @@
#define PREFIX_CYBERSUN list("CSSV")
#define PREFIX_HARDLINERS list("GMV")
#define PREFIX_SUNS list("SUNS")
#define PREFIX_SOLGOV list("SCSV")
#define PREFIX_SOLCON list("SCSV")
#define PREFIX_SRM list("SRSV")
#define PREFIX_INTEQ list("IRMV")
#define PREFIX_CLIP list("CMSV", "CMGSV")
Expand Down
4 changes: 2 additions & 2 deletions code/modules/faction/faction_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
prefixes = PREFIX_NONE

/datum/faction/solgov
name = FACTION_SOLGOV
name = FACTION_SOLCON
parent_faction = /datum/faction/solgov
prefixes = PREFIX_SOLGOV
prefixes = PREFIX_SOLCON
color = "#444e5f"

/datum/faction/srm
Expand Down

0 comments on commit 787e72a

Please sign in to comment.