Tile cost tweak
|
Before Width: | Height: | Size: 133 B |
|
Before Width: | Height: | Size: 119 B |
|
Before Width: | Height: | Size: 103 B |
|
Before Width: | Height: | Size: 108 B |
|
Before Width: | Height: | Size: 106 B |
|
Before Width: | Height: | Size: 99 B After Width: | Height: | Size: 181 B |
|
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 169 B |
|
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 181 B |
|
Before Width: | Height: | Size: 124 B After Width: | Height: | Size: 244 B |
|
Before Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 126 B |
|
Before Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 126 B |
|
Before Width: | Height: | Size: 144 B After Width: | Height: | Size: 256 B |
|
Before Width: | Height: | Size: 144 B |
|
Before Width: | Height: | Size: 327 KiB After Width: | Height: | Size: 326 KiB |
@@ -365,6 +365,10 @@ public class Tile implements Position, TargetTrait{
|
|||||||
cost += 1;
|
cost += 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(target().synthetic()){
|
||||||
|
cost += target().block().health / 10f;
|
||||||
|
}
|
||||||
|
|
||||||
if(floor.isLiquid){
|
if(floor.isLiquid){
|
||||||
cost += 100f;
|
cost += 100f;
|
||||||
}
|
}
|
||||||
|
|||||||