diff --git a/module/dice/CryptDie.mjs b/module/dice/CryptDie.mjs index 9a573a2..9f304d2 100644 --- a/module/dice/CryptDie.mjs +++ b/module/dice/CryptDie.mjs @@ -26,7 +26,8 @@ export class CryptDie extends Die { }; /* - Handles "Crypting" rolls, which is a single explosion that allows + Handles "Crypting" rolls, which is a single explosion on 1's which if it + results in a second 1, causes the roll to "crypt" */ if (!this.ripCryptState) { await this.explode(`xo=1`, { recursive: false });