发射器条件修改

This commit is contained in:
hahwu 2025-09-08 11:40:50 +08:00
parent 91e9ebaea0
commit 56fbd7ad3f

View File

@ -254,7 +254,7 @@ func (o *OrderMod) CheckCondition(lv int, condition, Type string, Emit []int, Fi
case "Emit":
Class := []string{}
for _, v := range Emit {
Class = append(Class, mergeDataCfg.GetColorById(v))
Class = append(Class, mergeDataCfg.GetEmitId(v))
}
if !GoUtil.InStringArray(r2[1], Class) {
return false