Commit 26f2dd97 authored by fallenstardust's avatar fallenstardust

3.7.8 LOG-O

sync ocgcore
parent 1f2f95ac
......@@ -21,7 +21,7 @@
#include <COGLESDriver.h>
#endif
const unsigned short PRO_VERSION = 0x1351;
const unsigned short PRO_VERSION = 0x1352;
namespace ygo {
......
......@@ -4151,7 +4151,7 @@ int32 field::add_chain(uint16 step) {
phandler->set_status(STATUS_LEAVE_CONFIRMED, TRUE);
}
if((phandler->get_type() & (TYPE_SPELL | TYPE_TRAP))
&& (phandler->data.type & (TYPE_CONTINUOUS | TYPE_FIELD | TYPE_EQUIP | TYPE_PENDULUM))
&& (phandler->get_type() & (TYPE_CONTINUOUS | TYPE_FIELD | TYPE_EQUIP | TYPE_PENDULUM))
&& phandler->is_has_relation(clit) && phandler->current.location == LOCATION_SZONE
&& !peffect->is_flag(EFFECT_FLAG_FIELD_ONLY))
clit.flag |= CHAIN_CONTINUOUS_CARD;
......
......@@ -21,15 +21,7 @@
<pre>
更新:
1.更新ygo内核;
2.新卡DBGI+VJ;
3.2020.10.1OCG禁卡表;
4.2020.9TCG禁卡表
变更:
1.不再在初运行时申请权限;
2.只在需要使用相应权限时弹出申请;
3.移除READ_PHONE_STATE权限请求;
修复:
1.覆盖安装新版本会重置收藏夹记录的问题;
2.旧卡WPP1;
</pre>
<h3 style="color:#ff0000">注意</h3>
<pre>
......
......@@ -8,8 +8,8 @@ android {
applicationId "cn.garymb.ygomobile"
minSdkVersion 21
targetSdkVersion 29
versionCode 370700930
versionName "3.7.7"
versionCode 370701018
versionName "3.7.8"
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