share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/global_functions.lua
changeset 9802 00216d609140
parent 9783 1e6b91080bfc
child 9810 54c0fdec4600
equal deleted inserted replaced
9800:169fbb968bb3 9802:00216d609140
    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