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) { ...@@ -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(eset[i], PARAM_TYPE_EFFECT);
pduel->lua->add_param(pcard, PARAM_TYPE_CARD); pduel->lua->add_param(pcard, PARAM_TYPE_CARD);
pduel->lua->add_param(playerid, PARAM_TYPE_INT); 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; return FALSE;
} }
if(pcard->is_extra_deck_monster() && !is_player_can_send_to_deck(playerid, pcard)) if(pcard->is_extra_deck_monster() && !is_player_can_send_to_deck(playerid, pcard))
......
...@@ -17,17 +17,15 @@ ...@@ -17,17 +17,15 @@
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力. 特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre> </pre>
<ul> <ul>
<li style="color:#ffff00">3.4.6</li> <li style="color:#ffff00">3.4.7</li>
</ul> </ul>
<pre> <pre>
更新: 更新:
1.更新ygo内核; 1.更新ygo内核;
2.新卡SD36+VJ+YA07; 2.新卡1010+VJ;
修复: 3.2019.7TCG禁卡表;
1.萌卡聊天室部分机型登入错误的问题; 新增:
优化: 1.卡组分类管理;
1.为更多机型适配可QQ、微信打开ydk文件;
2.更新日志增加进入教程的按钮;
</pre> </pre>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -8,8 +8,8 @@ android { ...@@ -8,8 +8,8 @@ android {
applicationId "cn.garymb.ygomobile" applicationId "cn.garymb.ygomobile"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 340600707 versionCode 340700707
versionName "3.4.6" versionName "3.4.7"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndk { 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