mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-24 17:18:14 +03:00
[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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user