Commit 9b678e54 authored by 八宫一月's avatar 八宫一月

fix

parent 102de86e
Pipeline #27751 failed with stages
in 23 seconds
......@@ -141,7 +141,7 @@ function s.initial_effect(c)
if function_alterf then
Drake_shark_AddXyzProcedure(card_c,function_f,int_lv,int_ct,function_alterf,int_dese,int_maxc,function_op)
else
Drake_shark_AddXyzProcedure(card_c,function_f,int_lv,int_ct)
Drake_shark_AddXyzProcedure(card_c,function_f,int_lv,int_ct,nil,nil,int_maxc,nil)
end
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment