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 51b00988e03c6f6a8bda934b5a6f13dd538528b8 parent 5758c973e3c5054b19bb852ddbceee1544e3c809 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Thu, 20 Jun 2024 17:11:17 +0200 Remettre le block à 0 à la fin des combats Diffstat:
M | utils | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/utils b/utils @@ -76,6 +76,7 @@ _makefight() { ln -rs -f player fight/player _setstat fight/player energy 3 + _setstat fight/player block 0 _newhand _nextmove _refreshUI