Commit 9fbd9afc authored by feihuaduo's avatar feihuaduo
parents a58c013d 71f0fa0c
......@@ -3114,7 +3114,8 @@ int32 field::is_player_can_send_to_hand(uint8 playerid, card * pcard) {
pduel->lua->add_param(eset[i], PARAM_TYPE_EFFECT);
pduel->lua->add_param(pcard, PARAM_TYPE_CARD);
pduel->lua->add_param(playerid, PARAM_TYPE_INT);
if (pduel->lua->check_condition(eset[i]->target, 3))
pduel->lua->add_param(core.reason_effect, PARAM_TYPE_EFFECT);
if (pduel->lua->check_condition(eset[i]->target, 4))
return FALSE;
}
if(pcard->is_extra_deck_monster() && !is_player_can_send_to_deck(playerid, pcard))
......
......@@ -17,17 +17,15 @@
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre>
<ul>
<li style="color:#ffff00">3.4.6</li>
<li style="color:#ffff00">3.4.7</li>
</ul>
<pre>
更新:
1.更新ygo内核;
2.新卡SD36+VJ+YA07;
修复:
1.萌卡聊天室部分机型登入错误的问题;
优化:
1.为更多机型适配可QQ、微信打开ydk文件;
2.更新日志增加进入教程的按钮;
2.新卡1010+VJ;
3.2019.7TCG禁卡表;
新增:
1.卡组分类管理;
</pre>
</body>
</html>
\ No newline at end of file
......@@ -8,8 +8,8 @@ android {
applicationId "cn.garymb.ygomobile"
minSdkVersion 16
targetSdkVersion 28
versionCode 340600707
versionName "3.4.6"
versionCode 340700707
versionName "3.4.7"
flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true
ndk {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment