* tile burning * add big planks burning, some fix * FIRE!!! more structures can burn * wallmount burn * fuck Jetbrains! * Update CP14FireSpreadSystem.cs
9 lines
221 B
C#
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;
|
|
}
|