Commit fbddd2e1 authored by Tang Xinwei's avatar Tang Xinwei

Update c101301054.lua

parent d1d8004c
Pipeline #36405 failed with stages
in 6 minutes and 22 seconds
...@@ -237,7 +237,7 @@ function s.announce_filter_func(c) ...@@ -237,7 +237,7 @@ function s.announce_filter_func(c)
local ncodes=s.CreateCodeList(exg,exc,nil,nil) local ncodes=s.CreateCodeList(exg,exc,nil,nil)
if #ncodes>=ARTMEGIA_COUNT and called_by_engraver then if #ncodes>=ARTMEGIA_COUNT and called_by_engraver then
-- make Engraver's effect quit -- make Engraver's effect quit
error("Nothing can be declared", 3) error("Nothing can be declared. 没有东西可以被宣言。", 3)
end end
local af={ local af={
TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ+TYPE_LINK,OPCODE_ISTYPE,OPCODE_NOT, TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ+TYPE_LINK,OPCODE_ISTYPE,OPCODE_NOT,
......
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