Finish writing the comment

This commit is contained in:
Oliver-Akins 2025-01-17 19:25:28 -07:00
parent d1ce144114
commit db5dfc3234

View file

@ -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) { if (!this.ripCryptState) {
await this.explode(`xo=1`, { recursive: false }); await this.explode(`xo=1`, { recursive: false });