diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-11-08 00:09:31 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-09 00:56:25 +0100 |
commit | 8594a088047e7b387b775714f25a5f46b3f5ae46 (patch) | |
tree | c566155c05fa43c5ac2200508d1eeb952807feb9 /rules.js | |
parent | f306d32e24d003ac1f401a61e880a1be41d110d1 (diff) | |
download | algeria-8594a088047e7b387b775714f25a5f46b3f5ae46.tar.gz |
Show half-value PSL.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1122,7 +1122,7 @@ exports.view = function(state, player) { turn: game.turn, fln_ap: game.fln_ap, fln_psl: game.fln_psl, - gov_psl: Math.floor(game.gov_psl), // activation cost can be fraction + gov_psl: game.gov_psl, // activation cost can be fraction air_avail: game.air_avail, air_max: game.air_max, helo_avail: game.helo_avail, |