Loading

Paste #ptqh0myzz

  1.         if (economy==0) {
  2.             produce (blast_furnace_simple_produce_0,
  3.                     [
  4.                             IORE: incoming_cargo_waiting("IORE");
  5.                             COAL: incoming_cargo_waiting("COAL");
  6.                             SCMT: incoming_cargo_waiting("SCMT");
  7.                     ],
  8.                     [
  9.                             STEL: (LOAD_PERM(10) * 8) / 8;
  10.                     ],
  11.                     0)
  12.         }

Comments