21 if (!
Global.
getSector().getCurrentLocation().isHyperspace())
return null;
26 if (loc ==
null)
return null;
28 SectorEntityToken target =
Global.
getSector().getHyperspace().createToken(loc);
30 int numMinnows = 5 + manager.
getRandom().nextInt(11);
32 float minRange = 100f;
34 float dur = 5f + manager.
getRandom().nextFloat() * 5f;
37 List<SensorGhost> result =
new ArrayList<SensorGhost>();
38 for (
int i = 0; i < numMinnows; i++) {
40 dur + manager.
getRandom().nextFloat(), trigger);