select a formspec automaticly from a table if none is supplied

This commit is contained in:
Tim
2015-01-23 02:23:39 +01:00
committad av Vanessa Ezekowitz
förälder 0341a00f9f
incheckning cc9a1a9c3c
7 ändrade filer med 35 tillägg och 51 borttagningar

Visa fil

@ -328,9 +328,6 @@ homedecor.register("cardboard_box", {
infotext=S("Cardboard box"),
inventory = {
size=8,
formspec="size[8,6]"..
"list[current_name;main;2,0;4,1;]"..
"list[current_player;main;0,2;8,4;]",
},
})
@ -396,9 +393,6 @@ homedecor.register("filing_cabinet", {
infotext=S("Filing cabinet"),
inventory = {
size=16,
formspec="size[8,7]"..
"list[context;main;0,0;8,2;]"..
"list[current_player;main;0,3;8,4;]",
},
})