[0.17.79] LuaPlayer.cursor_ghost allows set to non-placeable item
Posted: Mon Jan 06, 2020 7:48 pm
The mod api allows me to make a call like
It runs as expected, putting a ghost of the planner in my cursor. Also as expected, planner ghosts don't actually work.
However, it doesn't show the ghost icon and there's no indication that the item in cursor is a ghost, causing confusion if one tries to use the planner.
Code: Select all
player.cursor_ghost = 'deconstruction-planner'
However, it doesn't show the ghost icon and there's no indication that the item in cursor is a ghost, causing confusion if one tries to use the planner.