This commit is contained in:
libccy 2017-12-01 20:47:37 +08:00
parent f620b8c5c1
commit e2849eec37
2 changed files with 1 additions and 1 deletions

View File

@ -1357,7 +1357,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
var source=enemies.randomGet();
source.line(player);
source.addExpose(0.1);
player.damage(source,'nocard');
player.damage(source);
player.recover();
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 46 KiB