Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Jun 3, 2024
1 parent fd5d668 commit 244669f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ public sealed class PostMapInitTest
"TheHive", //DeltaV
"Hammurabi", //DeltaV
"Lighthouse", //DeltaV
"Submarine" //DeltaV
"Submarine", //DeltaV
"Packed",
"PackedSM",
"Pillaer",
"Saltern"
};

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: job-name-boxer
description: job-description-boxer
playTimeTracker: JobBoxer
setPreference: false # disabled because what even is this role
setPreference: true
# requirements:
# - !type:OverallPlaytimeRequirement
# time: 7200 #DeltaV 2 hours
Expand Down

0 comments on commit 244669f

Please sign in to comment.