Skip to content

Commit

Permalink
fix(sealdice#902): .init set 后先攻列表不重新排序 (sealdice#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
MintCider committed Jul 12, 2024
1 parent ed1cb94 commit 7d834cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dice/ext_dnd5e.go
Original file line number Diff line number Diff line change
Expand Up @@ -1256,6 +1256,7 @@ func RegisterBuiltinExtDnd5e(self *Dice) {
break
}
}
sort.Sort(riList)

VarSetValueStr(ctx, "$t表达式", expr)
VarSetValueStr(ctx, "$t目标", name)
Expand Down

0 comments on commit 7d834cc

Please sign in to comment.