Compare commits

..

No commits in common. "c74c2f753c55bc975764439a3ff0452ef2d4808e" and "1a3c591a7b8f8e04eebd27a09868aafc727787ae" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -339,7 +339,7 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
if (!core.getFlag("isNoTip")) core.drawTip(hint, enemy.id); if (!core.getFlag("isNoTip")) core.drawTip(hint, enemy.id);
// 中毒 // 中毒
if (core.enemys.hasSpecial(special, 12) && (flags.hard !== 1 && flags.hard !== 5)) { if (core.enemys.hasSpecial(special, 12)) {
core.triggerDebuff('get', 'poison'); core.triggerDebuff('get', 'poison');
} }
// 衰弱 // 衰弱

View File

@ -3,9 +3,6 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
"init": function () { "init": function () {
this._afterLoadResources = function () { this._afterLoadResources = function () {
// 本函数将在所有资源加载完毕后,游戏开启前被执行 // 本函数将在所有资源加载完毕后,游戏开启前被执行
if (!core.platform.isPC) {
document.body.requestFullscreen();
}
} }
if (!core.platform.isPC) { if (!core.platform.isPC) {
try { try {