Reduce the shop no place radius

This commit is contained in:
Sam 2017-11-04 12:16:36 +00:00 committed by Alexander Meech
parent b1a648d245
commit 9f35672a27
1 changed files with 1 additions and 1 deletions

View File

@ -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;