Add files via upload

This commit is contained in:
Spmario233 2020-01-14 00:34:32 +08:00 committed by GitHub
parent d7ba51f214
commit e44263783f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1206,7 +1206,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
"step 1" "step 1"
if(event.directfalse||result.bool==false){ if(event.directfalse||result.bool==false){
var cards=target.getCards('e',{subtype:'equip1'}); var cards=target.getCards('e',{subtype:'equip1'});
if(cards.length) player.gain(cards.target,'give'); if(cards.length) player.gain(cards,target,'give');
} }
}, },
ai:{ ai:{