Fix machine description

This commit is contained in:
Novatux 2014-07-03 08:16:53 +02:00
parent 2d6f34df15
commit 5f2d09b8a9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function technic.register_base_machine(data)
"list[current_name;src;3,1;1,1;]"..
"list[current_name;dst;5,1;2,2;]"..
"list[current_player;main;0,5;8,4;]"..
"label[0,0;"..S("%s Grinder"):format(tier).."]"
"label[0,0;"..machine_desc:format(tier).."]"
if data.upgrade then
formspec = formspec..
"list[current_name;upgrade1;1,3;1,1;]"..