mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-31 23:29:27 +08:00
fix: 追猎自动存档
This commit is contained in:
parent
c6e0573496
commit
22c1ff5a4d
@ -35,19 +35,19 @@ main.floors.MT91=
|
|||||||
"cannotMoveIn": {},
|
"cannotMoveIn": {},
|
||||||
"map": [
|
"map": [
|
||||||
[648,648,648,648,648,648,648,648,648,648,648,648,648,648,648],
|
[648,648,648,648,648,648,648,648,648,648,648,648,648,648,648],
|
||||||
[648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,648],
|
[648, 0, 0, 0,648, 0, 0, 0, 0, 0, 0, 0,648, 0,648],
|
||||||
[648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,648],
|
[648, 0, 0, 0, 0, 0, 0,648,648,648, 0, 0,648, 0,648],
|
||||||
[648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,648],
|
[648,648,648,648,648,648,648,648, 0,648, 0,648,648, 0,648],
|
||||||
[648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,648],
|
[648, 0,648, 0, 0, 0, 0, 0, 0,648, 0, 0, 0, 0,648],
|
||||||
[648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,648],
|
[648, 0, 0, 0,648, 0,648,648,648,648, 0,648,648,648,648],
|
||||||
[648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,648],
|
[648,648,648,648,648, 0, 0, 0, 0, 0, 0,648, 0, 0,648],
|
||||||
[ 92, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 94],
|
[ 92, 0, 0, 0,648, 0,648,648, 0,648, 0,648, 0, 0, 94],
|
||||||
[648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,648],
|
[648, 0, 0, 0, 0, 0, 0,648, 0,648,648,648, 0,648,648],
|
||||||
[648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,648],
|
[648,648,648,648,648,648, 0,648, 0, 0, 0, 0, 0, 0,648],
|
||||||
[648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,648],
|
[648, 0, 0, 0, 0, 0, 0,648, 0, 0,648, 0,648, 0,648],
|
||||||
[648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,648],
|
[648, 0,648,648, 0,648,648,648,648,648,648, 0,648, 0,648],
|
||||||
[648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,648],
|
[648, 0, 0,648, 0,648, 0, 0, 0,648, 0, 0,648, 0,648],
|
||||||
[648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,648],
|
[648, 0, 0,648, 0,648, 0, 0, 0, 0, 0, 0,648, 0,648],
|
||||||
[648,648,648,648,648,648,648, 93,648,648,648,648,648,648,648]
|
[648,648,648,648,648,648,648, 93,648,648,648,648,648,648,648]
|
||||||
],
|
],
|
||||||
"bgmap": [
|
"bgmap": [
|
||||||
|
@ -425,8 +425,7 @@ export class HeroMover extends ObjectMoverBase {
|
|||||||
const map = core.status.thisMap.enemy.mapDamage;
|
const map = core.status.thisMap.enemy.mapDamage;
|
||||||
const dam = map[index];
|
const dam = map[index];
|
||||||
const nextDam = map[nIndex];
|
const nextDam = map[nIndex];
|
||||||
if (!dam) return false;
|
if (nextDam?.mockery || (!dam?.hunt && nextDam?.hunt)) {
|
||||||
if (nextDam.mockery || (!dam.hunt && nextDam.hunt)) {
|
|
||||||
core.autosave();
|
core.autosave();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user