From 22fa1b121efd08ed1686e0a39261ebc950957b04 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 19 May 2020 00:32:52 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95=EC=8B=9C=EB=8F=842?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/SpecialityHelper.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/hwe/sammo/SpecialityHelper.php b/hwe/sammo/SpecialityHelper.php index cb4c70cb..a2dd697c 100644 --- a/hwe/sammo/SpecialityHelper.php +++ b/hwe/sammo/SpecialityHelper.php @@ -90,9 +90,6 @@ class SpecialityHelper{ if($strength >= $intel * 0.95 && $strength > GameConst::$chiefStatMin){ $myCond |= self::STAT_STRENGTH; } - if($strength < GameConst::$chiefStatMin){ - $myCond |= self::STAT_NOT_STRENGTH; - } if($intel >= $strength * 0.95 && $intel > GameConst::$chiefStatMin){ $myCond |= self::STAT_INTEL;