Finish writing the comment
This commit is contained in:
parent
d1ce144114
commit
db5dfc3234
1 changed files with 2 additions and 1 deletions
|
|
@ -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 });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue