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

This commit is contained in:
xinian
2026-03-12 10:07:28 +08:00
committed by cnb
parent 5e007894ea
commit 3b4862e7a6

View File

@@ -29,7 +29,7 @@ func (e *Effect413) OnSkill() bool {
if isprop {
e.Ctx().Opp.Damage(e.Ctx().Our, &info.DamageZone{
Type: info.DamageType.Fixed,
Damage: e.Ctx().Opp.CurrentPet.GetHP().Div(e.Args()[0]),
Damage: e.Args()[0],
})
}