minor fix:发动叛弑后丁原义子标记彩蛋

This commit is contained in:
lieren2023 2024-03-23 16:46:43 +08:00 committed by GitHub
parent b9dd053e3a
commit 6a99a8e78b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6739,7 +6739,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
},
content:function(){
trigger.num++;
if(trigger.source.name.indexOf('lvbu')!=-1) trigger.source.storage.panshi='大丈夫生居天地之间,岂能郁郁久居人下';// 彩蛋
if(trigger.source.name.indexOf('lvbu')!=-1) trigger.source.storage.panshi='吾堂堂丈夫,安肯为汝子乎!';// 彩蛋
var evt=event.getParent('phaseUse');
if(evt&&evt.player==player) evt.skipped=true;
},