update
This commit is contained in:
commit
077f89f46b
@ -372,7 +372,7 @@ enemys.prototype._getCurrentEnemys_sort = function (enemys) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
enemys.prototype.hasEnemyLeft = function (enemyId, floorId) {
|
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 (!(floorId instanceof Array)) floorId = [floorId];
|
||||||
if (!(enemyId instanceof Array)) enemyId = [enemyId];
|
if (!(enemyId instanceof Array)) enemyId = [enemyId];
|
||||||
var list;
|
var list;
|
||||||
|
|||||||
0
project/images/npc48.png
Normal file → Executable file
0
project/images/npc48.png
Normal file → Executable file
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
Loading…
Reference in New Issue
Block a user