mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 21:44:05 +09:00
fix: fixtures not placing actorblocks
This commit is contained in:
@@ -40,7 +40,6 @@ object BlockBase {
|
||||
}
|
||||
|
||||
// return false if the tile is already there
|
||||
// FIXME doesn't work for WALLs?
|
||||
if (gameItem.inventoryCategory == GameItem.Category.BLOCK &&
|
||||
gameItem.dynamicID == ingame.world.getTileFromTerrain(mouseTile.x, mouseTile.y) ||
|
||||
gameItem.inventoryCategory == GameItem.Category.WALL &&
|
||||
|
||||
Reference in New Issue
Block a user