diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-05-05 00:49:39 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-05 00:49:39 +0200 |
commit | 214a9455e77269535a7c18363c0807ffa1c3a25b (patch) | |
tree | 6e5572061f6c3d82d6b3512e4cbe8803234e0a66 /rules.js | |
parent | 2268f3d764fad034250e95ac316dcd1fdf426f53 (diff) | |
download | andean-abyss-214a9455e77269535a7c18363c0807ffa1c3a25b.tar.gz |
Fix typo in AUC earning calculations.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6088,7 +6088,7 @@ function calc_farc_earnings() { } function calc_auc_earnings() { - return calc_bases(FARC) + return calc_bases(AUC) } function calc_cartels_earnings() { |