This commit is contained in:
voderl 2020-03-20 18:05:08 +08:00
commit 077f89f46b
3 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ enemys.prototype._getCurrentEnemys_sort = function (enemys) {
}
enemys.prototype.hasEnemyLeft = function (enemyId, floorId) {
floorId = floorId || core.status.floorId;
if (floorId == null) floorId = core.status.floorId;
if (!(floorId instanceof Array)) floorId = [floorId];
if (!(enemyId instanceof Array)) enemyId = [enemyId];
var list;

0
project/images/npc48.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.