Loading

asdf

  1.     graphics {
  2.  
  3.         produce_cargo_arrival: production_counter_reset;
  4.  
  5.         produce_256_ticks: produce_food_processor;
  6.  
  7.         monthly_prod_change: monthly_prod_change_switch;
  8.  
  9.         random_prod_change: return CB_RESULT_IND_PROD_NO_CHANGE;
  10.  
  11.         extra_text_industry: industry_2X_extra_text;
  12.  
  13.     }

Comments