game_client_logic_deb 1.3.100 → 1.3.101
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 +53 -53
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +793 -792
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +5 -5
- package/kotlin-kotlin-stdlib-js-ir.js +242 -242
- package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/package.json +1 -1
|
@@ -11035,7 +11035,7 @@
|
|
|
11035
11035
|
var tmp_3 = store.dispatch;
|
|
11036
11036
|
var tmp$ret$6;
|
|
11037
11037
|
// Inline function 'kotlin.collections.map' call
|
|
11038
|
-
var tmp1_map = combinationActData.
|
|
11038
|
+
var tmp1_map = combinationActData.a3b_1;
|
|
11039
11039
|
var tmp$ret$5;
|
|
11040
11040
|
// Inline function 'kotlin.collections.mapTo' call
|
|
11041
11041
|
var tmp0_mapTo = ArrayList_init_$Create$(collectionSizeOrDefault(tmp1_map, 10));
|
|
@@ -11044,7 +11044,7 @@
|
|
|
11044
11044
|
var item = tmp0_iterator.h();
|
|
11045
11045
|
var tmp$ret$4;
|
|
11046
11046
|
// Inline function 'com.debertz.logic.client.redux.middlewares.messages.messagesMiddleware.<anonymous>.<anonymous>.<anonymous>' call
|
|
11047
|
-
tmp$ret$4 = item.
|
|
11047
|
+
tmp$ret$4 = item.e3b_1;
|
|
11048
11048
|
tmp0_mapTo.a(tmp$ret$4);
|
|
11049
11049
|
}
|
|
11050
11050
|
tmp$ret$5 = tmp0_mapTo;
|
|
@@ -11094,7 +11094,7 @@
|
|
|
11094
11094
|
var item_0 = tmp0_iterator_0.h();
|
|
11095
11095
|
var tmp$ret$8;
|
|
11096
11096
|
// Inline function 'com.debertz.logic.client.redux.middlewares.messages.messagesMiddleware.<anonymous>.<anonymous>.<anonymous>.<anonymous>' call
|
|
11097
|
-
tmp$ret$8 = item_0.
|
|
11097
|
+
tmp$ret$8 = item_0.e3b_1;
|
|
11098
11098
|
tmp0_mapTo_0.a(tmp$ret$8);
|
|
11099
11099
|
}
|
|
11100
11100
|
tmp$ret$9 = tmp0_mapTo_0;
|
|
@@ -12219,8 +12219,8 @@
|
|
|
12219
12219
|
throw new MechanicException('Required ' + getKClass(CombinationActData).of() + ', current act is ' + tmp0_requireActData);
|
|
12220
12220
|
}
|
|
12221
12221
|
var actData = tmp$ret$0;
|
|
12222
|
-
if (currentPlayerId === actData.
|
|
12223
|
-
return new CombinationToAnnounceState(actData.
|
|
12222
|
+
if (currentPlayerId === actData.g3b()) {
|
|
12223
|
+
return new CombinationToAnnounceState(actData.a3b_1, null, null);
|
|
12224
12224
|
}
|
|
12225
12225
|
}
|
|
12226
12226
|
return null;
|