From db5dfc32342c2bbe88322a5614fc6c0b7e5d88f4 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 17 Jan 2025 19:25:28 -0700 Subject: [PATCH] Finish writing the comment --- module/dice/CryptDie.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 });