diff --git a/Content.Server/Nuke/NukeComponent.cs b/Content.Server/Nuke/NukeComponent.cs index a6f7260556..395b1fd177 100644 --- a/Content.Server/Nuke/NukeComponent.cs +++ b/Content.Server/Nuke/NukeComponent.cs @@ -18,10 +18,11 @@ namespace Content.Server.Nuke { /// /// Default bomb timer value in seconds. + /// Must be shorter then the nuke alarm song. /// [DataField("timer")] [ViewVariables(VVAccess.ReadWrite)] - public int Timer = 180; + public int Timer = 120; /// /// How long until the bomb can arm again after deactivation.