Reduce minimum distance from outpost/sectors
This commit is contained in:
@@ -5,7 +5,7 @@ if ( count GRLIB_all_fobs >= GRLIB_maximum_fobs ) exitWith {
|
|||||||
};
|
};
|
||||||
|
|
||||||
_minfobdist = 1000;
|
_minfobdist = 1000;
|
||||||
_minsectordist = GRLIB_capture_size + GRLIB_fob_range;
|
_minsectordist = GRLIB_capture_size;
|
||||||
_distfob = 1;
|
_distfob = 1;
|
||||||
_clearedtobuildfob = true;
|
_clearedtobuildfob = true;
|
||||||
_distsector = 1;
|
_distsector = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user