diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-17 16:37:42 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-17 16:37:42 +0200 |
commit | c861393c12eba4ab6f9c8008b19974850715d0ae (patch) | |
tree | 6106c1d8d0f3bc6b35d91576f292f4ebbbeddba6 | |
parent | ebb096e2880cb7b00b58b15e42f253eab789d68e (diff) | |
download | algeria-c861393c12eba4ab6f9c8008b19974850715d0ae.tar.gz |
remove debug
-rw-r--r-- | rules.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3727,7 +3727,6 @@ states.gov_airmobilize_select_units = { inactive: "to Airmobilize", prompt() { let cost = airmobilize_cost(game.selected) - console.log("COST", cost, game.helo_avail) for_each_friendly_unit_on_map(u => { if (can_airmobilize_unit(u) && (set_has(game.selected, u) || (cost + airmobilize_cost([u]) <= game.helo_avail))) |