Make bible less annoying (#6396)

This commit is contained in:
Rane
2022-01-30 16:33:45 -05:00
committed by GitHub
parent 057a9ea4f3
commit 35076c4c0a
4 changed files with 9 additions and 9 deletions

View File

@@ -33,6 +33,6 @@ namespace Content.Server.Bible.Components
public TimeSpan LastAttackTime;
public TimeSpan CooldownEnd;
public float CooldownTime { get; } = 1f;
public float CooldownTime { get; } = 5f;
}
}