Fix station goal stamp color (#2046)

This commit is contained in:
lzk
2024-04-17 07:17:14 +02:00
committed by GitHub
parent 3a32e3ea09
commit 7b11f87c65

View File

@@ -53,7 +53,7 @@ namespace Content.Server.Corvax.StationGoal
"paper_stamp-centcom",
new List<StampDisplayInfo>
{
new() { StampedName = Loc.GetString("stamp-component-stamped-name-centcom"), StampedColor = Color.FromHex("#BB3232") },
new() { StampedName = Loc.GetString("stamp-component-stamped-name-centcom"), StampedColor = Color.FromHex("#006600") },
});
_faxSystem.Receive(fax.Owner, printout, null, fax);