Display liquid tooltips

This commit is contained in:
Anuken
2022-01-19 10:50:28 -05:00
parent 7240da5016
commit cef3d383b7
6 changed files with 13 additions and 4 deletions

View File

@@ -476,7 +476,7 @@ public class PlacementFragment extends Fragment{
}
//if the tile has a drop, display the drop
if(hoverTile.drop() != null || hoverTile.wallDrop() != null){
if(hoverTile.drop() != null || hoverTile.wallDrop() != null || hoverTile.floor().liquidDrop != null){
return hoverTile;
}
}