forked from space-syndicate/space-station-14
Fix station goal stamp color (#2046)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user