autumn-sonata / Food-boy-saves-the-kitchen

Orbital project 2022
0 stars 0 forks source link

Bug: Food can still move 1 tile after being cut. Recreate: walk into knife against a wall, move food else where #95

Closed Chick3nBoy closed 2 years ago

Chick3nBoy commented 2 years ago

image

autumn-sonata commented 2 years ago

Bug fixed.

addAndRemovePlayers(new()); added right before movement script in Coordinator.cs, line 548, to check for items that are not supposed to be moved anymore (not controlled by the user/player).