编辑文件 85.go
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-09 01:06:44 +08:00
committed by cnb
parent fd1927f30b
commit 18fbfcf3cc

View File

@@ -17,6 +17,7 @@ func (e *Effect85) OnSkill() bool {
for i, v := range e.Ctx().Opp.Prop[:] {
if v > 0 {
e.Ctx().Our.SetProp(e.Ctx().Our, int8(i), v)
e.Ctx().Opp.SetProp(e.Ctx().Our,int8(i),0)
}
}