fix(fight): 战斗修改
This commit is contained in:
@@ -23,7 +23,7 @@ func init() {
|
||||
}
|
||||
|
||||
// 命中之后
|
||||
func (e *Effect1) OnSkill(ctx input.Ctx) bool {
|
||||
func (e *Effect1) OnSkill( ) bool {
|
||||
if !e.Hit() {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user