From 2b2a328062f55ed1685c265e7980e6d9e6d48044 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 27 Mar 2022 16:55:47 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EA=B3=84=EB=9E=B5=20=EC=84=B1=EA=B3=B5?= =?UTF-8?q?=EB=A5=A0=20=ED=95=9C=EB=8F=84=EB=A5=BC=2050%=EB=A1=9C=20?= =?UTF-8?q?=EC=A0=9C=ED=95=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_화계.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/sammo/Command/General/che_화계.php b/hwe/sammo/Command/General/che_화계.php index 3c7f04df..7bb0e1f2 100644 --- a/hwe/sammo/Command/General/che_화계.php +++ b/hwe/sammo/Command/General/che_화계.php @@ -281,6 +281,7 @@ class che_화계 extends Command\GeneralCommand $prob = GameConst::$sabotageDefaultProb + $this->calcSabotageAttackProb() - $this->calcSabotageDefenceProb($destCityGeneralList); $prob /= $dist; + $prob = Util::valueFit($prob, 0, 0.5); if (!Util::randBool($prob)) { $josaYi = JosaUtil::pick($commandName, '이');