This commit is contained in:
1
2025-12-18 13:10:40 +00:00
parent 002c855e47
commit fb835a017f
2 changed files with 73 additions and 50 deletions

View File

@@ -121,14 +121,14 @@ func (e *EffectNode) AttackTime(*input.Input, *input.Input) bool {
func (e *EffectNode) Prop_Befer(in *input.Input, prop int8, level int8, ptype info.EnumAbilityOpType) bool {
return true
}
func (e *EffectNode) BoolisFalse(t ...bool) bool {
// func (e *EffectNode) BoolisFalse(t ...bool) bool {
if len(t) > 0 {
if t[0] == false {
return true
// if len(t) > 0 {
// if t[0] == false {
// return true
}
return false
}
return false
}
// }
// return false
// }
// return false
// }