diff --git a/torch.js b/torch.js index b15a13e..a82e69f 100644 --- a/torch.js +++ b/torch.js @@ -109,11 +109,11 @@ class Torch { */ async function useTorch() { let torch = -1; - - if (data.isGM && !game.settings.get("torch", "gmUsesInventory")) - return; + if (game.system.id !== 'dnd5e') return; + if (data.isGM && !game.settings.get("torch", "gmUsesInventory")) + return; let actor = game.actors.get(data.actorId); if (actor === undefined) return;