forked from github/server
building first (order of commands changed)
This commit is contained in:
parent
322512d0cb
commit
3e2da75843
|
@ -3962,8 +3962,10 @@ init_processor(void)
|
|||
add_proc_order(p, K_STUDY, &learn_cmd, PROC_THISORDER|PROC_LONGORDER, "Lernen");
|
||||
|
||||
p+=10;
|
||||
add_proc_global(p, &produce, "Arbeiten, Handel, Rekruten");
|
||||
|
||||
add_proc_order(p, K_MAKE, &make_cmd, PROC_THISORDER|PROC_LONGORDER, "Produktion");
|
||||
p+=10;
|
||||
add_proc_global(p, &produce, "Arbeiten, Handel, Rekruten");
|
||||
add_proc_postregion(p, &split_allocations, "Produktion II");
|
||||
|
||||
p+=10;
|
||||
|
|
Loading…
Reference in New Issue