Loading

Paste #ptqwpdna7

  1.  
  2. switch (FEAT_TRAINS, SELF, box_car_antelope_gen_1_1_switch_cargo_capacity, cargo_classes & bitmask(CC_MAIL)) {
  3.     bitmask(CC_MAIL): return 110;
  4.     return 55;
  5. }
  6.  
  7. (ITEM)
  8.  
  9.     graphics {
  10.         default:                        box_car_antelope_gen_1_1_switch_graphics;
  11.         cargo_capacity:                 box_car_antelope_gen_1_1_switch_cargo_capacity;
  12.         purchase_cargo_capacity:        box_car_antelope_gen_1_1_switch_cargo_capacity;
  13.     }

Comments