Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Guess-My-Name committed Dec 9, 2023
1 parent 2caf037 commit 5614315
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Server/StationEvents/Events/BureaucraticErrorRule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ protected override void Started(EntityUid uid, BureaucraticErrorRuleComponent co
{
var chosenJob = RobustRandom.PickAndTake(jobList);
_stationJobs.MakeJobUnlimited(chosenStation.Value, chosenJob); // INFINITE chaos.
/* DeltaV - don't close all other jobs
foreach (var job in jobList)
{
if (_stationJobs.IsJobUnlimited(chosenStation.Value, job))
continue;
_stationJobs.TrySetJobSlot(chosenStation.Value, job, 0);
}
*/
}
else
{
Expand Down

0 comments on commit 5614315

Please sign in to comment.