Files
crystall-punk-14/Content.Server/_CP14/Temperature/CP14AutoIgniteComponent.cs
Ed d7c0a4ec1e Tile burning (#228)
* tile burning

* add big planks burning, some fix

* FIRE!!! more structures can burn

* wallmount burn

* fuck Jetbrains!

* Update CP14FireSpreadSystem.cs
2024-06-09 15:45:27 +03:00

9 lines
221 B
C#

namespace Content.Server._CP14.Temperature;
[RegisterComponent, Access(typeof(CP14FireSpreadSystem))]
public sealed partial class CP14AutoIgniteComponent : Component
{
[DataField]
public float StartStack = 1f;
}