diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-02-14 01:32:27 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-02-14 01:32:27 +0100 |
commit | c1039040ad1565968456b8c42d668c2624104ca9 (patch) | |
tree | e7a1351c857519b2dd470a552ce3f19e4bd85368 | |
parent | 5fe3d8b1242697b16078f0b1a1a12abded88a732 (diff) | |
download | pax-pamir-c1039040ad1565968456b8c42d668c2624104ca9.tar.gz |
-rw-r--r-- | play.js | 1 | ||||
-rw-r--r-- | rules.js | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -838,7 +838,6 @@ function on_update() { ui.player[p].role.classList.toggle("Afghan", view.players[p].loyalty == "Afghan") ui.player[p].role.classList.toggle("British", view.players[p].loyalty == "British") ui.player[p].role.classList.toggle("Russian", view.players[p].loyalty == "Russian") - ui.player[p].role.classList.toggle("active", p === player_index[view.active]) let a = "" if (is_player_action(p)) @@ -3283,7 +3283,6 @@ exports.view = function (state, current) { view = { log: game.log, - active: player_names[game.active], prompt: null, favored: game.favored, events: game.events, |