Research block tweaks / Merged in #1927

This commit is contained in:
Anuken
2020-06-19 12:26:41 -04:00
parent 15623fbe5c
commit 2280ed6071
26 changed files with 4605 additions and 4439 deletions
+2 -1
View File
@@ -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;
}