Nanotransen > Nanotrasen

As decreed by PJB
https://discord.com/channels/310555209753690112/675078881425752124/784878237850402826
This commit is contained in:
DrSmugleaf
2020-12-05 21:48:11 +01:00
parent 7265c53391
commit 639cc86d91
6 changed files with 11 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ namespace Content.Server.GameObjects.Components.AI
public override void ExposeData(ObjectSerializer serializer)
{
base.ExposeData(serializer);
serializer.DataReadWriteFunction(
"factions",
new List<Faction>(),
@@ -40,10 +40,10 @@ namespace Content.Server.GameObjects.Components.AI
public enum Faction
{
None = 0,
NanoTransen = 1 << 0,
NanoTrasen = 1 << 0,
SimpleHostile = 1 << 1,
SimpleNeutral = 1 << 2,
Syndicate = 1 << 3,
Xeno = 1 << 4,
}
}
}