Une version rudimentaire de Slay The Spire dans le terminal - retour accueil
git clone git://bebou.netlib.re/sts-term
Log | Files | Refs | README |
commit bfabb1a6eec4ad5841eac25a6e64f9089ae392aa parent e0ecd819e9dbfe942cb781c37a08530bc50bfe5b Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Fri, 21 Jun 2024 16:45:14 +0200 Correction warcry Warcry pouvait se remettre lui même sur la pile (pas possible) Diffstat:
M | bdd/cards/warcry | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bdd/cards/warcry b/bdd/cards/warcry @@ -2,6 +2,7 @@ _cost 0 _draw 1 _refreshUI find fight/hand -type f | + grep -Ev "$0" | fzy | xargs -r -n1 basename | while read card;do