63596360636163626363636463656366
/** * Creates an artillery flare of the given radius above the target */ public void deliverArtilleryFlare(Coords coords, int radius) { Flare flare = new Flare(coords, 5, radius, Flare.F_DRIFTING); game.addFlare(flare); }