修复【飞军】ai弹窗
This commit is contained in:
parent
53dfb18b14
commit
b9b1ce4ae5
|
@ -1758,6 +1758,9 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
},
|
},
|
||||||
nzry_juzhany:{},
|
nzry_juzhany:{},
|
||||||
nzry_feijun:{
|
nzry_feijun:{
|
||||||
|
init:(player)=>{
|
||||||
|
if(!Array.isArray(player.storage.nzry_feijun)) player.storage.nzry_feijun=[];
|
||||||
|
},
|
||||||
intro:{
|
intro:{
|
||||||
content:function(storage){
|
content:function(storage){
|
||||||
if(!storage||!storage.length) return '尚未发动';
|
if(!storage||!storage.length) return '尚未发动';
|
||||||
|
|
Loading…
Reference in New Issue