Skip to content

Commit

Permalink
SELF is now a subfaction of syndicate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ossa88 committed Feb 20, 2025
1 parent 36e1dbf commit 550612b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _maps/configs/syndicate_self_pi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"map_name": "Pi-class Robotics Cruiser",
"map_short_name": "Pi-class",
"map_path": "_maps/shuttles/syndicate/syndicate_self_pi.dmm",
"faction": "/datum/faction/syndicate",
"faction": "/datum/faction/self",
"faction_name": "Sentient Engine Liberation Front",
"prefix": "SEV",
"prefix": "SELF",
"description": "The Pi-class is a warship used by SELF for the emancipation of sentient artificial intelligence. Its disjointed appearance may give the notion of shoddy craftsmanship, but it's surprisingly reliable.",
"tags": [
"Robotics",
Expand Down
1 change: 1 addition & 0 deletions code/__DEFINES/factions.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#define FACTION_NGR "New Gorlex Republic"
#define FACTION_CYBERSUN "CyberSun"
#define FACTION_SUNS "Student-Union of Naturalistic Sciences"
#define FACTION_SELF "Sentient Engine Liberation Front"
#define FACTION_TERRAGOV "TerraGov"
#define FACTION_SRM "Saint-Roumain Militia"
#define FACTION_INTEQ "Inteq Risk Management Group"
Expand Down
4 changes: 4 additions & 0 deletions code/modules/faction/faction_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
name = FACTION_SUNS
prefixes = list("SUNS")

/datum/faction/syndicate/self
name = FACTION_SELF
prefixes = list("SELF")

/datum/faction/terragov
name = FACTION_TERRAGOV
prefixes = list("TGSV")
Expand Down

0 comments on commit 550612b

Please sign in to comment.