New tiles (#274)
* New tiles * fix yaml & resprite * migration fix * ftl fix * fix typo * fix typo +1 * fix C# typo --------- Co-authored-by: Ed <edwardxperia2000@gmail.com>
This commit is contained in:
@@ -114,7 +114,7 @@ public sealed partial class CP14FireSpreadSystem : EntitySystem
|
||||
|
||||
var tile = tileref.Tile.GetContentTileDefinition();
|
||||
|
||||
if (tile.BurnedTile == string.Empty)
|
||||
if (tile.BurnedTile is null)
|
||||
continue;
|
||||
|
||||
Spawn(_fireProto, _mapSystem.ToCenterCoordinates(tileref, grid));
|
||||
|
||||
Reference in New Issue
Block a user