1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-04-24 22:11:03 +08:00
parent 34b65f6399
commit a9999bb93f

View File

@@ -120,6 +120,8 @@ func (p *Player) GenMonster() {
p.Data = [9]OgrePetInfo{} //切地图清空
replce = p.monsters[:] //产生替换新的精灵
} else {
p.Data[oldnum] = OgrePetInfo{}
}
p.MapNPC.Reset(10 * time.Second)