This commit is contained in:
hahwu 2026-02-10 18:22:51 +08:00
parent b41130b6fa
commit 1c058d5546

View File

@ -41,7 +41,7 @@ func (e *EndlessMod) ZeroUpdate(MaxMoney float64, Lv int) {
FirstMoney := 0.0
if MaxMoney > 0 {
m := MaxMoney / 10
GradeList := []float64{1.99, 3.99, 5.99, 9.99}
GradeList := []float64{1.99, 3.99, 5.99, 7.99, 9.99}
type duch struct {
Grade float64
Num float64