Skip to content

Commit

Permalink
F3 > watch library
Browse files Browse the repository at this point in the history
  • Loading branch information
spider312 committed Feb 17, 2015
1 parent c21a469 commit 6830aa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/GUI.php
Expand Up @@ -64,6 +64,10 @@
<td>Ctrl+i</td>
<td>Roll a dice</td>
</tr>
<tr>
<td>F3</td>
<td>Watch library</td>
</tr>
<tr>
<td>F9</td>
<td>Opponent loses 1 life</td>
Expand Down
1 change: 1 addition & 0 deletions js/events.js
Expand Up @@ -15,6 +15,7 @@ keyActions = { // Key <=> action association
'*' : change_powthou(1, true),
'/' : change_powthou(-1, true),
// Without modifiers
'f3' : function(ev) { card_list_edit(game.player.library) ; },
'f9' : function(ev) { game.opponent.life.changelife(-1) ; draw() ; },
'f10' : function(ev) { game.opponent.life.changelife(1) ; draw() ; },
'f11' : function(ev) { game.player.life.changelife(-1) ; draw() ; },
Expand Down

0 comments on commit 6830aa3

Please sign in to comment.