Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -35,12 +35,9 @@ namespace Content.Server.Abilities.Mime
|
||||
Event = new InvisibleWallActionEvent(),
|
||||
};
|
||||
|
||||
|
||||
/// The vow zone lies below
|
||||
|
||||
// The vow zone lies below
|
||||
public bool VowBroken = false;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Whether this mime is ready to take the vow again.
|
||||
/// Note that if they already have the vow, this is also false.
|
||||
@@ -55,7 +52,7 @@ namespace Content.Server.Abilities.Mime
|
||||
|
||||
/// <summary>
|
||||
/// How long it takes the mime to get their powers back
|
||||
|
||||
/// </summary>
|
||||
[DataField("vowCooldown", customTypeSerializer: typeof(TimeOffsetSerializer))]
|
||||
public TimeSpan VowCooldown = TimeSpan.FromMinutes(5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user