This commit is contained in:
lieren2023 2023-10-15 20:12:30 +08:00 committed by GitHub
parent 43c17a7c8b
commit 6f483673bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15916,10 +15916,10 @@ game.import('character',function(lib,game,ui,get,ai,_status){
var left=player.storage.nshuanxian_left;
var right=player.storage.nshuanxian_right;
if(left&&player.hasSkill(left)&&right&&player.hasSkill(right)){
str='令一名其他角色获得技能〖雷击〗和〖鬼道〗';
str='令一名其他角色获得技能【雷击】和【鬼道】';
}
else{
str='令一名其他角色获得技能〖雷击〗或〖鬼道〗';
str='令一名其他角色获得技能【雷击】或【鬼道】';
}
if(trigger.source){
str+=''+get.translation(trigger.source)+'除外)';