Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entanglements macro adds dice results instead of drawing multiple entries #207

Open
zxaos opened this issue Aug 14, 2023 · 1 comment
Open

Comments

@zxaos
Copy link

zxaos commented Aug 14, 2023

  • Set a crew's heat to 2 or more
  • Run the entanglements macro
  • See that instead of drawing multiple entanglements, the sum of the rolled dice is instead chosen as a single entanglement.

E.g. in the roll below, the dice were all 1s and 2s. However the result shown is for a value of 6+
Screenshot 2023-08-13 at 21 31 05

@zxaos
Copy link
Author

zxaos commented Aug 14, 2023

Changing the macho text for the formula to:

  let rollFormula = `${crewWanted}d6kh1`;
  if (rollFormula === "0d6kh1") {
    rollFormula = "2d6kl1";
  }

resolves this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant