League-of-Foundry-Developers / fvtt-module-furnace

34 stars 12 forks source link

Unable to target via Furnace #60

Closed crymic closed 4 years ago

crymic commented 4 years ago

Foundry 0.6.5 5e 0.96

Usually able to target things via the canvas with the macro below. However it cannot locate a target now since the new 5e update.

let target = canvas.tokens.get(args[1]) if (!target) { ChatMessage.create({content: "No target found"}) return; }