Fix weapon cooldown serialization while mapping (#15123)
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Content.Server.Abilities.Mime
|
||||
/// <summary>
|
||||
/// How long it takes the mime to get their powers back
|
||||
/// </summary>
|
||||
[DataField("vowCooldown", customTypeSerializer: typeof(TimeOffsetSerializer))]
|
||||
[DataField("vowCooldown")]
|
||||
public TimeSpan VowCooldown = TimeSpan.FromMinutes(5);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user