Fixed #7795
This commit is contained in:
@@ -71,6 +71,11 @@ public class Radar extends Block{
|
|||||||
totalProgress += efficiency * edelta();
|
totalProgress += efficiency * edelta();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean canPickup(){
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void drawSelect(){
|
public void drawSelect(){
|
||||||
Drawf.dashCircle(x, y, fogRadius() * tilesize, Pal.accent);
|
Drawf.dashCircle(x, y, fogRadius() * tilesize, Pal.accent);
|
||||||
|
|||||||
Reference in New Issue
Block a user