Fix flammables air ignition (#23063)
* Fix welder ignition * fix mobs on fire hotspot expose frequency * fix shotgun pellets ignition * ensure ignitionComp on flammable init * \n * Revert "ensure ignitionComp on flammable init" This reverts commit 6915dcdc
This commit is contained in:
@@ -9,6 +9,6 @@ public sealed partial class IgnitionSourceComponent : Component
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool Ignited;
|
||||
|
||||
[DataField(required: true), ViewVariables(VVAccess.ReadWrite)]
|
||||
public int Temperature;
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public int Temperature = 700;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user