fix3
This commit is contained in:
parent
7316a1915e
commit
2e15f730ab
|
@ -260,7 +260,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
event.result.card=viewAs;
|
||||
event.result.cards=[];
|
||||
if(!player.storage.rehuomo){
|
||||
player.when('phaseAfter').then(()=>{player.unmarkSkill('rehuomo')});
|
||||
player.when({global:'phaseAfter'}).then(()=>{player.unmarkSkill('rehuomo')});
|
||||
}
|
||||
player.markAuto('rehuomo',viewAs.name)
|
||||
},
|
||||
|
|
|
@ -190,7 +190,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
var target=result.targets[0];
|
||||
player.logSkill('dcshangyu_transfer',target);
|
||||
if(!player.storage.dcshangyu_transfer){
|
||||
player.when('phaseAfter')
|
||||
player.when({global:'phaseAfter'})
|
||||
.then(()=>{
|
||||
player.unmarkSkill('dcshangyu_transfer');
|
||||
delete player.storage.dcshangyu_transfer;
|
||||
|
|
Loading…
Reference in New Issue