Guaranteed vent spawning

This commit is contained in:
Anuken
2022-01-27 12:56:23 -05:00
parent 89e0e3b658
commit d410bc345c
4 changed files with 61 additions and 7 deletions

View File

@@ -417,7 +417,7 @@ public class Block extends UnlockableContent{
return hasItems;
}
/** Returns whether or not this block can be place on the specified */
/** Returns whether this block can be place on the specified */
public boolean canPlaceOn(Tile tile, Team team, int rotation){
return canPlaceOn(tile, team);
}