game: 스탯 제한을 순수 스탯 대상으로만 변경
This commit is contained in:
@@ -468,8 +468,6 @@ class General implements iAction
|
|||||||
|
|
||||||
$this->calcCache[$cKey] = $statValue;
|
$this->calcCache[$cKey] = $statValue;
|
||||||
|
|
||||||
$statValue = Util::clamp($statValue, 0, GameConst::$maxLevel);
|
|
||||||
|
|
||||||
if ($useFloor) {
|
if ($useFloor) {
|
||||||
return Util::toInt($statValue);
|
return Util::toInt($statValue);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user