Welder Blindness Effect Increase (#22304)

This commit is contained in:
Nairod
2023-12-10 17:10:07 -06:00
committed by GitHub
parent aaad3bc8e6
commit 3589ad9d0c
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ public sealed partial class BlindableComponent : Component
[ViewVariables(VVAccess.ReadWrite), DataField("EyeDamage"), AutoNetworkedField]
public int EyeDamage = 0;
public const int MaxDamage = 8;
public const int MaxDamage = 3;
/// <description>
/// Used to ensure that this doesn't break with sandbox or admin tools.