Fixed Tomato farming (again)

This commit is contained in:
2025-09-17 15:07:17 +02:00
parent 975dd45c94
commit 2cb605261e
9 changed files with 57 additions and 29 deletions
@@ -3,8 +3,8 @@
public enum InventoryActionResult
{
Success,
DestinationDoesNotExists,
DestinationDoesNotExist,
DestinationFull,
SourceDoesNotExists,
SourceDoesNotExist,
SourceIsEmpty
}