Compare commits
2 Commits
1a3c591a7b
...
c74c2f753c
Author | SHA1 | Date | |
---|---|---|---|
c74c2f753c | |||
79abd16014 |
@ -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)) {
|
if (core.enemys.hasSpecial(special, 12) && (flags.hard !== 1 && flags.hard !== 5)) {
|
||||||
core.triggerDebuff('get', 'poison');
|
core.triggerDebuff('get', 'poison');
|
||||||
}
|
}
|
||||||
// 衰弱
|
// 衰弱
|
||||||
|
@ -3,6 +3,9 @@ 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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user