From 3a68cf07b36cd900a9e12fdef85399413c6facbf Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 20 Feb 2022 03:16:46 +0900 Subject: [PATCH] =?UTF-8?q?feat,game:=20=EB=B0=98=EA=B3=84=EB=B6=88?= =?UTF-8?q?=EA=B0=80=20=EC=B2=98=EB=A6=AC=20=EC=B6=94=EA=B0=80,=20?= =?UTF-8?q?=EB=B0=98=EA=B3=84=EB=B6=88=EA=B0=80=20=EC=9C=A0=EB=8B=88?= =?UTF-8?q?=ED=81=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionItem/che_반계저지_박혁론.php | 23 ++++++++++++++++++++ hwe/sammo/WarUnitTrigger/che_반계시도.php | 3 +++ 2 files changed, 26 insertions(+) create mode 100644 hwe/sammo/ActionItem/che_반계저지_박혁론.php diff --git a/hwe/sammo/ActionItem/che_반계저지_박혁론.php b/hwe/sammo/ActionItem/che_반계저지_박혁론.php new file mode 100644 index 00000000..6b46409a --- /dev/null +++ b/hwe/sammo/ActionItem/che_반계저지_박혁론.php @@ -0,0 +1,23 @@ +hasActivatedSkill('계략')){ return true; } + if($self->hasActivatedSkill('반계불가')){ + return true; + } if(!Util::randBool($this->prob)){ return true;