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 dfc70f7fdfda16c5ae58f4bd093beb45d69f1c48 parent 3a3935149ef9595f5bcb7db6a214abf92747dd47 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Fri, 21 Jun 2024 18:36:50 +0200 Ajout ghostly-armor alias etheral pour pas avoir d'erreur à l'exec de la carte un oubli à l'ajout de carnage Diffstat:
A | bdd/cards/ghostly-armor | | | 3 | +++ |
M | utils | | | 1 | + |
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/bdd/cards/ghostly-armor b/bdd/cards/ghostly-armor @@ -0,0 +1,3 @@ +_cost 1 +_defend 10 +ethereal diff --git a/utils b/utils @@ -2,6 +2,7 @@ grayed="\x1b[90m" norm="\x1b[0m" +alias ethereal=":" _getstat() { target="$1"