Skip to content

Commit

Permalink
allow defender stack in combat long to be face up
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Jan 7, 2025
1 parent 2e9a053 commit 7ca7fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parseBinlog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export function* parseBinlog(binlog: string[]): Generator<BinlogEntry, void, und

if (binlog[0] && binlog[0][1] == `n`) {
assert(
/^`n--` c[0-5] \/ (?:[2-9a@*?>][&%+!^#]u? )+\/(?: $|(?: [2-9a@*?>][&%+!^#])+$)/.test(binlog[0]),
/^`n--` c[0-5] \/ (?:[2-9a@*?>][&%+!^#]u? )+\/(?: $|(?: [2-9a@*?>][&%+!^#]u?)+$)/.test(binlog[0]),
HERE
)

Expand Down

0 comments on commit 7ca7fd4

Please sign in to comment.