[Fix] May The Lord Saviour Help This Cursed Land (#807)

* fix: fixed redfox

* fix: help maps

* fix: i hate floof code

* fix: welcome to AMERICA

* fix: few random fixes

* fix: oopsies doopsies

* fix: almost done fixing tests

* fix: should be all

* fix: i hate you

* fix: forgot ya

---------

Co-authored-by: Spatison <137375981+Spatison@users.noreply.github.com>
This commit is contained in:
Remuchi
2025-08-24 15:11:34 +07:00
committed by GitHub
parent f658f62391
commit 90c715c1fb
20 changed files with 139 additions and 182 deletions

View File

@@ -291,7 +291,7 @@ public sealed partial class ExplosionSystem
// finally check if the new tile is itself an edge tile
if (IsEdge(grid, change.GridIndices, out var spaceDir))
edges.Add(change.GridIndices, spaceDir);
edges.TryAdd(change.GridIndices, spaceDir);
}
}