yolkbot 0.1.5-alpha.53 → 0.1.5-alpha.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -263,7 +263,7 @@ export class Bot {
263
263
  update(): void;
264
264
 
265
265
  canSee(player: GamePlayer): boolean;
266
- getBestTarget(customFilter?: (player: GamePlayer) => boolean): GamePlayer | undefined;
266
+ getBestTarget(customFilter?: (player: GamePlayer) => boolean): { player: GamePlayer, inLoS: boolean } | undefined;
267
267
 
268
268
  onAny(cb: Function): void;
269
269
  off(event: string, cb: Function): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yolkbot",
3
3
  "description": "create a shell shockers bot in under 10 lines.",
4
- "version": "0.1.5-alpha.53",
4
+ "version": "0.1.5-alpha.54",
5
5
  "keywords": [
6
6
  "shell shockers",
7
7
  "shellshock.io",