Reduce the shop no place radius
This commit is contained in:
parent
b1a648d245
commit
9f35672a27
@ -46,7 +46,7 @@ import nautilus.game.arcade.game.games.cakewars.ui.CakeResourceStarPage;
|
|||||||
public class CakeShopModule extends CakeModule
|
public class CakeShopModule extends CakeModule
|
||||||
{
|
{
|
||||||
|
|
||||||
private static final int MIN_BLOCK_PLACE_DIST_SQUARED = 25;
|
private static final int MIN_BLOCK_PLACE_DIST_SQUARED = 9;
|
||||||
|
|
||||||
private final NewNPCManager _manager;
|
private final NewNPCManager _manager;
|
||||||
private final Map<NPC, CakeResource> _npcs;
|
private final Map<NPC, CakeResource> _npcs;
|
||||||
|
Loading…
Reference in New Issue
Block a user