From 20a74712fe88bf137644b0cdf20dc4c4a71f05a3 Mon Sep 17 00:00:00 2001 From: libccy Date: Sun, 10 Jul 2016 10:48:45 +0800 Subject: [PATCH] d --- card/sp.js | 9 ++++++++- game/update.js | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/card/sp.js b/card/sp.js index c61c493a8..506688f7b 100644 --- a/card/sp.js +++ b/card/sp.js @@ -34,7 +34,14 @@ card.sp={ ai:{ value:-5, useful:6, - } + }, + enable:true, + filterTarget:function(card,player,target){ + return target==player; + }, + delay:false, + content:function(){}, + selectTarget:-1 }, shengdong:{ fullskin:true, diff --git a/game/update.js b/game/update.js index c11bac6ed..60ebacd29 100644 --- a/game/update.js +++ b/game/update.js @@ -6,7 +6,8 @@ window.noname_update={ files:{ global:[ 'game/game.js', - 'card/swd.js' + 'card/sp.js', + 'card/swd.js', ], '1.8.16.3':[] }