From 3511b159a895fbb696b4a97061e7c53895f96d22 Mon Sep 17 00:00:00 2001 From: hided62 Date: Wed, 19 Jun 2024 13:18:15 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=82=BC=ED=99=A9=EB=82=B4=EB=AC=B8?= =?UTF-8?q?=EC=9D=84=20=EC=83=88=20=EC=A0=80=EC=A7=80=20=EB=A1=9C=EC=A7=81?= =?UTF-8?q?=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 --- 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 f444c0bd..5fd762a6 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() >= 2){ + if($unit->getPhase() >= 1){ return null; } - if($unit->getPhase() == 1 && $unit->rng->nextBool(0.5)){ + if($unit->getPhase() == 0 && $unit->rng->nextBool(0.5)){ return null; }