fix: update return value in basicMatcher for risuaixa case

This commit is contained in:
Kwaroran
2025-05-18 23:14:30 +09:00
parent 171c5e5e3a
commit fe9e6e97ef

View File

@@ -1758,7 +1758,7 @@ function basicMatcher (p1:string,matcherArg:matcherArg,vars:{[key:string]:string
//these SHOULD NOT be used in any other place, and SHOULD NOT be documented
case '__risuaixa__':{
if(DBState.db.characters[get(selectedCharID)]?.chaId === 'risuaixa'){
return airisu
return risuChatParser(airisu)
}
}
}