game: 최대 환산 능력치를 300으로 제한

This commit is contained in:
2023-04-29 23:30:11 +09:00
parent 9b95163f24
commit 034e6374cc
+2
View File
@@ -466,6 +466,8 @@ class General implements iAction
$this->calcCache[$cKey] = $statValue;
$statValue = Util::clamp($statValue, 0, GameConst::$maxLevel);
if ($useFloor) {
return Util::toInt($statValue);
}