This commit is contained in:
copcap 2023-09-28 16:27:55 +08:00
parent 288fa2b7f1
commit 7316a1915e
No known key found for this signature in database
GPG Key ID: 9AE7B8AF097EC926
2 changed files with 2 additions and 1 deletions

View File

@ -24574,7 +24574,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
hejin:'何进',
hansui:'韩遂',
niujin:'牛金',
xujing:'许靖',
xujing:'OL许靖',
yuantanyuanshang:'袁谭袁尚',
xinfenyue:'奋钺',

View File

@ -193,6 +193,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
player.when('phaseAfter')
.then(()=>{
player.unmarkSkill('dcshangyu_transfer');
delete player.storage.dcshangyu_transfer;
});
}
player.markAuto('dcshangyu_transfer',target);