tests
This commit is contained in:
parent
93a9ef420e
commit
d0497b1606
@ -2,15 +2,10 @@
|
||||
|
||||
class ShopItem extends Item
|
||||
{
|
||||
public $count;
|
||||
public $razdel;
|
||||
public $ecost;
|
||||
public $zeton;
|
||||
public $onlyone;
|
||||
public $shshop;
|
||||
|
||||
public function printInfo()
|
||||
{
|
||||
if (self::printControls(true)) $this->maxdur = 0;
|
||||
|
||||
parent::printBaseInfo();
|
||||
parent::printRequirements();
|
||||
parent::printBonuses();
|
||||
@ -25,6 +20,7 @@ class ShopItem extends Item
|
||||
if ($sell) {
|
||||
$btnPrice = "Продать";
|
||||
$btnLink = "/shop.php?sell={$this->id}&rnd=".mt_rand();
|
||||
$this->maxdur = 0;
|
||||
} else {
|
||||
$btnPrice = "Купить за " . intval($this->cost) . " кр.";
|
||||
$btnLink = "/shop.php?buy={$this->id}&rnd=" . mt_rand();
|
||||
|
Loading…
Reference in New Issue
Block a user