Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: for lava tiles in entrance of The Pits of Inferno Quest (#3196)
Implements an alternative solution to handle lava tiles in The Pits of Inferno Quest. The logic in register_actions.lua has been modified to transform existing lava items (ID: 21477) into the floor item (ID: 5815) using Tile:getItemById and Item:transform, instead of relying on Game.createItem. This addresses an issue where lava tiles in The Pits of Inferno Quest were not behaving as expected Resolves #3144
- Loading branch information