equal
deleted
inserted
replaced
33 if allStatus ~= "" then |
33 if allStatus ~= "" then |
34 if allStatus:sub(1,1) == "1" then |
34 if allStatus:sub(1,1) == "1" then |
35 status.moon01 = true |
35 status.moon01 = true |
36 end |
36 end |
37 if allStatus:sub(2,2) == "1" then |
37 if allStatus:sub(2,2) == "1" then |
38 status.fuit01 = true |
38 status.fruit01 = true |
39 end |
39 end |
40 if allStatus:sub(3,3) == "1" then |
40 if allStatus:sub(3,3) == "1" then |
41 status.fruit02 = true |
41 status.fruit02 = true |
42 end |
42 end |
43 if allStatus:sub(4,4) == "1" then |
43 if allStatus:sub(4,4) == "1" then |