mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Update d6ppww.html
This commit is contained in:
@@ -7178,7 +7178,7 @@
|
||||
}
|
||||
|
||||
if (d20s.length === 1) {
|
||||
if (d20s[0] <= 1-advantage) {
|
||||
if (delta <= 0 && d20s[0] <= 1 - advantage) {
|
||||
rollMishapTemplate({ name, displayName, rollcode, safeRollcode, whisper, d20s });
|
||||
} else {
|
||||
rollStandardTemplate({ name, displayName, rollcode, safeRollcode, whisper, d20s });
|
||||
|
||||
Reference in New Issue
Block a user