client_plugin_logic_deb 1.8.406 → 1.8.407
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +2 -2
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +2 -2
- package/package.json +1 -1
package/Logic_Debertz-core.js
CHANGED
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
428
428
|
//endregion
|
|
429
429
|
function GameEngineConfig() {
|
|
430
|
-
this.version = '1.8.
|
|
430
|
+
this.version = '1.8.407';
|
|
431
431
|
}
|
|
432
432
|
protoOf(GameEngineConfig).g3z = function () {
|
|
433
433
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -62722,7 +62722,7 @@
|
|
|
62722
62722
|
var player = getPlayer(table.players, action.i8i_1);
|
|
62723
62723
|
var cardsOnTheTable = plus_0(table.cardsOnTable, new CardOnTable(action.i8i_1, table.cardsOnTable.o(), action.f8i_1));
|
|
62724
62724
|
var tmp2_$this = state.c72();
|
|
62725
|
-
var tmp3_players = updateItem(table.players, onPutCardForPlayer(this, player, table, action.f8i_1, cardsOnTheTable, action.g8i_1, action.h8i_1), get_byIdPlayerPredicate()(player.playerId));
|
|
62725
|
+
var tmp3_players = updateItem(table.players, onPutCardForPlayer(this, player, table, action.f8i_1, cardsOnTheTable, action.g8i_1, action.j8i_1.u1(player.playerId) ? action.h8i_1 : false), get_byIdPlayerPredicate()(player.playerId));
|
|
62726
62726
|
var tmp0_safe_receiver = action.g8i_1;
|
|
62727
62727
|
var tmp;
|
|
62728
62728
|
if (tmp0_safe_receiver == null) {
|
|
@@ -62782,7 +62782,7 @@
|
|
|
62782
62782
|
var _iterator__ex2g4s_1 = players.l();
|
|
62783
62783
|
while (_iterator__ex2g4s_1.m()) {
|
|
62784
62784
|
var item_1 = _iterator__ex2g4s_1.n();
|
|
62785
|
-
var tmp$ret$6 = updatePlayerWhenPickBribe(this, item_1, action.l8i_1, cardsOnTable, getValue(playersCombinations, item_1.playerId), action.n8i_1);
|
|
62785
|
+
var tmp$ret$6 = updatePlayerWhenPickBribe(this, item_1, action.l8i_1, cardsOnTable, getValue(playersCombinations, item_1.playerId), action.l8i_1 === item_1.playerId ? action.n8i_1 : false);
|
|
62786
62786
|
destination_1.j(tmp$ret$6);
|
|
62787
62787
|
}
|
|
62788
62788
|
var tmp3_gameInfo = table.gameInfo.o92(VOID, VOID, table.gameInfo.round.copy(VOID, action.m8i_1));
|