Skip to content

Commit

Permalink
x2 execution damage
Browse files Browse the repository at this point in the history
  • Loading branch information
Radezolid committed Nov 5, 2024
1 parent 7199491 commit 5bf381f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Execution/ExecutionSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public sealed class ExecutionSystem : EntitySystem
[Dependency] private readonly GunSystem _gunSystem = default!;

private const float GunExecutionTime = 6.0f;
private const float DamageModifier = 9.0f;
private const float DamageModifier = 18.0f; // DeltaV - Raised damage x2 over the original 9.0f

/// <inheritdoc/>
public override void Initialize()
Expand Down

0 comments on commit 5bf381f

Please sign in to comment.