修复【飞军】ai弹窗

This commit is contained in:
157 2024-01-09 00:01:03 +08:00
parent 53dfb18b14
commit b9b1ce4ae5
1 changed files with 4 additions and 1 deletions

View File

@ -1758,6 +1758,9 @@ game.import('character',function(lib,game,ui,get,ai,_status){
},
nzry_juzhany:{},
nzry_feijun:{
init:(player)=>{
if(!Array.isArray(player.storage.nzry_feijun)) player.storage.nzry_feijun=[];
},
intro:{
content:function(storage){
if(!storage||!storage.length) return '尚未发动';