Skip to content

Commit

Permalink
Fix move for non stackable items
Browse files Browse the repository at this point in the history
  • Loading branch information
nekiro authored Dec 12, 2024
1 parent e0035e5 commit 3b94ced
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,8 @@ ReturnValue Game::internalMoveItem(Cylinder* fromCylinder, Cylinder* toCylinder,
moveItem = item;
}
}
} else {
moveItem = item;
}

// add item
Expand Down

0 comments on commit 3b94ced

Please sign in to comment.