Research block tweaks / Merged in #1927
This commit is contained in:
@@ -18,6 +18,7 @@ import mindustry.annotations.Annotations.*;
|
||||
import mindustry.ctype.*;
|
||||
import mindustry.entities.*;
|
||||
import mindustry.entities.units.*;
|
||||
import mindustry.game.*;
|
||||
import mindustry.gen.*;
|
||||
import mindustry.graphics.*;
|
||||
import mindustry.graphics.MultiPacker.*;
|
||||
@@ -276,7 +277,7 @@ public class Block extends UnlockableContent{
|
||||
}
|
||||
|
||||
/** Returns whether ot not this block can be place on the specified */
|
||||
public boolean canPlaceOn(Tile tile){
|
||||
public boolean canPlaceOn(Tile tile, Team team){
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user