mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-06-09 13:26:34 +02:00
Slown down super bonk smite (#44223)
* make it 1.5 seconds * empty commit
This commit is contained in:
@@ -20,7 +20,7 @@ public sealed partial class SuperBonkComponent : Component
|
||||
/// How often should we bonk.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public TimeSpan BonkCooldown = TimeSpan.FromMilliseconds(100);
|
||||
public TimeSpan BonkCooldown = TimeSpan.FromMilliseconds(1500);
|
||||
|
||||
/// <summary>
|
||||
/// Next time when we will bonk.
|
||||
|
||||
Reference in New Issue
Block a user