Loading

Paste #px2gbpexi

  1. switch (FEAT_INDUSTRIES, SELF, switch_primary_extra_text, [
  2.   STORE_TEMP(
  3.     (1 + (LOAD_PERM(0) & 0xFFFF) /256) * 100 / 3,
  4.     256
  5.   ),
  6. ]) {
  7.   return string(STR_PRIMARY_EXTRA);
  8. }
  9.  
  10.  
  11. // Lang file:
  12. STR_PRIMARY_EXTRA                                               :Production level: {YELLOW}{COMMA}%{BLACK}{}(controlled by game script)

Comments