diff --git a/card/sp.js b/card/sp.js index 4f131bfd3..8261cf658 100644 --- a/card/sp.js +++ b/card/sp.js @@ -572,7 +572,8 @@ card.sp={ }, content:function(){ 'step 0' - var next=player.chooseToUse(get.prompt('yinyueqiang'),{name:'sha'}).aidelay=true; + var next=player.chooseToUse(get.prompt('yinyueqiang'),{name:'sha'}); + next.aidelay=true; next.logSkill='yinyueqiang'; next.noButton=true; 'step 1' diff --git a/game/asset.js b/game/asset.js index 6c3dc414a..db2bb2ef4 100644 --- a/game/asset.js +++ b/game/asset.js @@ -1,12 +1,12 @@ window.noname_asset_list=[ '1.9.20', 'image/background/huangtian_bg.jpg', + 'image/background/ol_bg.jpg', 'image/background/september_bg.jpg', 'image/background/shengshi_bg.jpg', 'image/background/taoyuan_bg.jpg', 'image/background/yinxiang_bg.jpg', 'image/background/zhanhuo_bg.jpg', - 'image/background/zhulian_bg.jpg', 'image/background/zhulin_bg.jpg', 'image/card/bagua.png', 'image/card/baihupifeng.png', diff --git a/game/game.js b/game/game.js index f201fe1b6..b6ac1fcc4 100644 --- a/game/game.js +++ b/game/game.js @@ -740,6 +740,7 @@ item[link]=name; game.putDB('image',link,file,function(){ create(link); + node.parentNode.updateBr(); lib.config.customBackgroundPack.add(link); game.saveConfig('customBackgroundPack',lib.config.customBackgroundPack); }); diff --git a/game/package.js b/game/package.js index a781c0156..582e9abd8 100644 --- a/game/package.js +++ b/game/package.js @@ -44,7 +44,7 @@ mode.pack={ brawl:'乱斗', }; background.pack={ - zhulian_bg:'璧合', + ol_bg:'龙纹', zhulin_bg:'竹林', shengshi_bg:'盛世', taoyuan_bg:'桃园', diff --git a/image/background/ol_bg.jpg b/image/background/ol_bg.jpg new file mode 100755 index 000000000..6282549f6 Binary files /dev/null and b/image/background/ol_bg.jpg differ