Правки

This commit is contained in:
BIGZi0348
2024-12-22 21:07:25 +03:00
parent 4f4ae56ce1
commit a0ffc251aa
2 changed files with 3 additions and 1 deletions

View File

@@ -104,6 +104,8 @@ namespace Content.Server._Amour.StationEvents
var faxes = EntityManager.EntityQuery<FaxMachineComponent>();
foreach (var fax in faxes)
{
if (!fax.ReceiveStationGoal)
continue;
_faxSystem.Receive(fax.Owner, printout, null, fax);
}
}

View File

@@ -603,7 +603,7 @@
noSpawn: true
components:
- type: StationEvent
maxOccurrences: 1 # everyone ignores this event
weight: 5
reoccurrenceDelay: 30
duration: 1
- type: SpaceLawChangeRule