Skip to content

Commit

Permalink
Update Content.Server/Atmos/Components/FlammableComponent.cs
Browse files Browse the repository at this point in the history
Signed-off-by: VMSolidus <[email protected]>
  • Loading branch information
VMSolidus authored Aug 14, 2024
1 parent f6de9e5 commit 473b742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Atmos/Components/FlammableComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public sealed partial class FlammableComponent : Component
/// <summary>
/// How stronger will firestack increases be?
/// </summary>
[DataField, ViewVariables(VVAccess.ReadWrite)]
[DataField]
public float FireStackIncreaseMultiplier = 1f;
}
}

0 comments on commit 473b742

Please sign in to comment.