This commit is contained in:
lopar 2018-12-13 02:46:48 +02:00
parent 6c2c04b962
commit 0714838bf9

View File

@ -51,10 +51,10 @@ function show_shop_items($it, $from = 'shop')
if (!empty($item['artefact']))
$r .= " <img src=i/artefact{$item['artefact']}.gif class='tooltip' title='Артефакт!'>";
$r .= "<b>Цена: {$item['cost']} кр.</b>";
$r .= "<br><b>Цена: {$item['cost']} кр.</b>";
if ($item['count']) {
$r .= "<small>(количество: {$item['count']})</small>";
$r .= "<br><small>(количество: {$item['count']})</small>";
}
$r .= "<br />Долговечность: {$item['maxdur']}";