This commit is contained in:
Igor Barkov (iwork) 2020-07-22 17:27:52 +03:00
parent 819147f223
commit 8d9d1bda8d

View File

@ -828,7 +828,7 @@ try {
<br>
Интеллект: <?= ($showUser->free_stat_points ? $showUser->getIntelligence(1) . '(' . strval($showUser->intelligence + $getItemsBonuses->getIntelliganceBonus()) . ')' : $showUser->intelligence + $getItemsBonuses->getIntelliganceBonus()) ?>
<br>
Мудрость: <?= ($showUser->free_stat_points ? $showUser->getWisdom(1) . '(' . strval($showUser->wisdom + $getItemsBonuses->getWisdomBonus()) . ')' : $showUser->wisdom + $getItemsBonuses->getWisdomBonus()) ?>
Мудрость: <?= ($showUser->free_stat_points ? $showUser->getWisdom(1) . '(' . strval($showUser->wisdom + $getItemsBonuses->getWisdomBonus()) . ')' : $showUser->wisdom + $getItemsBonuses->getWisdomBonus()) ?><br>
<?php if ($showUser->free_stat_points): ?>
<small style="color: darkgreen;">Возможных
увеличений: <?= $showUser->free_stat_points ?></small><br>