Files
Techmino/parts/eventsets/techrash_n.lua
2022-10-29 00:59:41 +08:00

13 lines
270 B
Lua

return {
mesDisp=function(P)
setFont(60)
GC.mStr(P.stat.clear[7][4],63,250)
mText(TEXTOBJ.techrash,63,315)
end,
hook_drop=function(P)
if P.lastPiece.row>0 and P.lastPiece.row<4 then
P:lose()
end
end,
}