Loading

Paste #psrm6pufi

  1. switch(FEAT_INDUSTRIES, SELF, extra_text_switch,
  2.         [STORE_TEMP(9000, 256)
  3.         | STORE_TEMP(9000, 257)
  4.         | STORE_TEMP(9000, 258)
  5.         | STORE_TEMP(9000, 259)
  6.         | STORE_TEMP(9000, 260)
  7.         | STORE_TEMP(9000, 261)]) {
  8.     return string(STR_INDUSTRY_EXTRA_TEXT);
  9. }

Comments