From b25ef96389d39c89579b68a6dbe3e225d0891b67 Mon Sep 17 00:00:00 2001 From: Yuto Yamazaki Date: Sat, 13 Sep 2025 23:20:55 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=88=E3=82=B9=E3=81=A7=E6=B1=BA=E3=81=BE?= =?UTF-8?q?=E3=82=8B=E6=9E=9A=E6=95=B0=E3=83=AB=E3=83=BC=E3=83=AB=E3=81=AE?= =?UTF-8?q?=E8=AA=AC=E6=98=8E=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eada3b..4f562bb 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ - N = X として「カードをN枚引く」等に変換する。 4. 例: - コイントスで3回自分を向いた場合 - - 「カードを2枚引く」 → **3枚引く** -5. 結果として、0枚になる場合もある。 + - 「カードを2枚引く」 → **3枚引く** +5. 各種コスト(コスト・ボルテージなど)には適用されない。 +6. 結果として、0枚になる場合もある。 ---