Add files via upload

This commit is contained in:
Spmario233 2020-01-03 23:34:12 +08:00 committed by GitHub
parent 9b6a1dcfb4
commit 29056e2b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
} }
"step 1" "step 1"
if(result.bool==false){ if(result.bool==false){
target.damage(event.baseDamage); target.damage(event.baseDamage,event.customSource||player);
} }
}, },
ai:{ ai:{