Reduces the nuke detonation time to 120 (#8599)
* weh Multiplies the amount of power used by the battery guns, triple-ish for the laser cannon and a fuckton more for the xray * Reduces nuke detonation time * comment * Update Content.Server/Nuke/NukeComponent.cs Co-authored-by: wrexbe <81056464+wrexbe@users.noreply.github.com>
This commit is contained in:
@@ -18,10 +18,11 @@ namespace Content.Server.Nuke
|
|||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Default bomb timer value in seconds.
|
/// Default bomb timer value in seconds.
|
||||||
|
/// Must be shorter then the nuke alarm song.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField("timer")]
|
[DataField("timer")]
|
||||||
[ViewVariables(VVAccess.ReadWrite)]
|
[ViewVariables(VVAccess.ReadWrite)]
|
||||||
public int Timer = 180;
|
public int Timer = 120;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// How long until the bomb can arm again after deactivation.
|
/// How long until the bomb can arm again after deactivation.
|
||||||
|
|||||||
Reference in New Issue
Block a user