Revert "game: 스탯 제한을 순수 스탯 대상으로만 변경"

This reverts commit 71a3ffa21c.
This commit is contained in:
2023-04-30 00:22:14 +09:00
parent 36406c8001
commit 93f0516121
+2
View File
@@ -468,6 +468,8 @@ class General implements iAction
$this->calcCache[$cKey] = $statValue;
$statValue = Util::clamp($statValue, 0, GameConst::$maxLevel);
if ($useFloor) {
return Util::toInt($statValue);
}