Fixed bola effect stacking (#34723)

This commit is contained in:
pubbi
2025-02-04 10:11:46 -06:00
committed by GitHub
parent d531a9db9c
commit a71a79d785
4 changed files with 17 additions and 15 deletions

View File

@@ -38,6 +38,12 @@ public sealed partial class EnsnaringComponent : Component
[DataField]
public float StaminaDamage = 55f;
/// <summary>
/// How many times can the ensnare be applied to the same target?
/// </summary>
[DataField]
public float MaxEnsnares = 1;
/// <summary>
/// Should this ensnare someone when thrown?
/// </summary>