From d731acdaef97aa1ca76ceed0d88c48eee0ba66e3 Mon Sep 17 00:00:00 2001 From: hided62 Date: Wed, 19 Jun 2024 13:19:30 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=EC=82=BC=ED=99=A9=EB=82=B4?= =?UTF-8?q?=EB=AC=B8=EC=9D=84=20=EC=83=88=20=EC=A0=80=EC=A7=80=20=EB=A1=9C?= =?UTF-8?q?=EC=A7=81=EC=97=90=20=EB=A7=9E=EA=B2=8C=20=EC=88=98=EC=A0=95"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 3511b159a895fbb696b4a97061e7c53895f96d22. --- hwe/sammo/ActionItem/che_저지_삼황내문.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/ActionItem/che_저지_삼황내문.php b/hwe/sammo/ActionItem/che_저지_삼황내문.php index 5fd762a6..f444c0bd 100644 --- a/hwe/sammo/ActionItem/che_저지_삼황내문.php +++ b/hwe/sammo/ActionItem/che_저지_삼황내문.php @@ -19,10 +19,10 @@ class che_저지_삼황내문 extends \sammo\BaseItem{ if($unit->isAttacker()){ return null; } - if($unit->getPhase() >= 1){ + if($unit->getPhase() >= 2){ return null; } - if($unit->getPhase() == 0 && $unit->rng->nextBool(0.5)){ + if($unit->getPhase() == 1 && $unit->rng->nextBool(0.5)){ return null; }