Updating display names

master
cheapie 2013-12-20 21:30:06 -06:00
parent 846998e9da
commit f2716b853a
1 changed files with 16 additions and 16 deletions

View File

@ -1,18 +1,18 @@
plasticbox = {} plasticbox = {}
plasticbox.colorlist = { plasticbox.colorlist = {
{"black", "Black Plastic Stairs"}, {"black", "Black Plastic"},
{"blue", "Blue Plastic Stairs"}, {"blue", "Blue Plastic"},
{"brown", "Brown Plastic Stairs"}, {"brown", "Brown Plastic"},
{"cyan", "Cyan Plastic Stairs"}, {"cyan", "Cyan Plastic"},
{"green", "Green Plastic Stairs"}, {"green", "Green Plastic"},
{"grey", "Grey Plastic Stairs"}, {"grey", "Grey Plastic"},
{"magenta", "Magenta Plastic Stairs"}, {"magenta", "Magenta Plastic"},
{"orange", "Orange Plastic Stairs"}, {"orange", "Orange Plastic"},
{"pink", "Pink Plastic Stairs"}, {"pink", "Pink Plastic"},
{"red", "Red Plastic Stairs"}, {"red", "Red Plastic"},
{"violet", "Violet Plastic Stairs"}, {"violet", "Violet Plastic"},
{"white", "White Plastic Stairs"}, {"white", "White Plastic"},
{"yellow", "Yellow Plastic Stairs"}, {"yellow", "Yellow Plastic"},
} }
@ -276,7 +276,7 @@ for i in ipairs(plasticbox.colorlist) do
{ snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 },
{ "plasticbox_"..colorname..".png", { "plasticbox_"..colorname..".png",
}, },
"plasticbox_"..desc, ..desc,
"plasticbox_"..colorname, "plasticbox_"..colorname,
0 0
) )
@ -287,7 +287,7 @@ for i in ipairs(plasticbox.colorlist) do
{ snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 },
{ "plasticbox_"..colorname..".png", { "plasticbox_"..colorname..".png",
}, },
"plasticbox_"..desc, ..desc,
"plasticbox_"..colorname, "plasticbox_"..colorname,
0 0
) )
@ -311,7 +311,7 @@ for i in ipairs(plasticbox.colorlist) do
{ snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 }, { snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2 },
{ "plasticbox_"..colorname..".png", { "plasticbox_"..colorname..".png",
}, },
"plasticbox_"..desc, ..desc,
"plasticbox_"..colorname, "plasticbox_"..colorname,
0 0
) )