mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
@@ -13,7 +13,7 @@ public sealed partial class RoundDurationCondition : EntityTableCondition
|
||||
/// Minimum time the round must have gone on for this condition to pass.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public TimeSpan Min = TimeSpan.Zero;
|
||||
public TimeSpan Min = TimeSpan.MinValue; // WD edit
|
||||
|
||||
/// <summary>
|
||||
/// Maximum amount of time the round could go on for this condition to pass.
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
- !type:GroupSelector
|
||||
conditions:
|
||||
- !type:RoundDurationCondition
|
||||
max: 120 # WD edit 1 -> 120, because of lags rounds don't start immediately.
|
||||
max: 180 # WD edit 1 -> 180, because of lags rounds don't start immediately.
|
||||
children:
|
||||
- id: Traitor
|
||||
weight: 34
|
||||
@@ -83,7 +83,7 @@
|
||||
- !type:GroupSelector
|
||||
conditions:
|
||||
- !type:RoundDurationCondition
|
||||
max: 120 # WD edit 1 -> 120, because of lags rounds don't start immediately.
|
||||
max: 180 # WD edit 1 -> 180, because of lags rounds don't start immediately.
|
||||
children:
|
||||
# - id: Thief
|
||||
# prob: 0.5
|
||||
|
||||
Reference in New Issue
Block a user