giovinazzo-kevin / Fiero

1 stars 0 forks source link

Sometimes, more than one actor will occupy the same cell #12

Open giovinazzo-kevin opened 1 year ago

giovinazzo-kevin commented 1 year ago

This is not strictly a bug because the game can handle it, but no two actors are supposed to share the same cell and as such some checks implemented as .Single() calls will fail.

giovinazzo-kevin commented 1 year ago

Also, while the game supports multiple items on the same tile without complaints, it's better for items to scatter around instead of piling up. So I should also fix any situation involving items piling up unintendedly.