From ed32ce797f6c9513de21e156039c6d43aed8edaa Mon Sep 17 00:00:00 2001 From: libccy Date: Thu, 28 Apr 2016 20:48:58 +0800 Subject: [PATCH] s --- game/game.js | 1 + 1 file changed, 1 insertion(+) diff --git a/game/game.js b/game/game.js index bdb03f3fc..244218eda 100755 --- a/game/game.js +++ b/game/game.js @@ -4850,6 +4850,7 @@ var next=player.chooseButton(dialog); next.set('ai',info.chooseButton.check||function(){return 1;}); next.set('filterButton',info.chooseButton.filter||function(){return true;}); + next.set('selectButton',info.chooseButton.select||1); event.buttoned=event.result.skill; } }