diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index 0d8088ef..8f4bf159 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -468,8 +468,6 @@ class General implements iAction $this->calcCache[$cKey] = $statValue; - $statValue = Util::clamp($statValue, 0, GameConst::$maxLevel); - if ($useFloor) { return Util::toInt($statValue); }