From eb6a0ded6be66488efd000833cf146a33862182a Mon Sep 17 00:00:00 2001 From: "Igor Barkov [iwork]" Date: Mon, 14 Jan 2019 18:07:33 +0200 Subject: [PATCH] make class greater:modificators --- classes/Item.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/classes/Item.php b/classes/Item.php index 9f39ac1..28460e6 100644 --- a/classes/Item.php +++ b/classes/Item.php @@ -255,6 +255,10 @@ IMG; if ($this->glight) echo "
Владение магией света" . $this->wrap($this->glight); if ($this->ggray) echo "
Владение магией серости" . $this->wrap($this->ggray); if ($this->gdark) echo "
Владение магией тьмы" . $this->wrap($this->gdark); + if ($this->mfkrit) echo "
Шанс крита" . $this->wrap($this->mfkrit); + if ($this->mfakrit) echo "
Шанс антикрита" . $this->wrap($this->mfakrit); + if ($this->mfuvorot) echo "
Шанс уворота" . $this->wrap($this->mfuvorot); + if ($this->mfauvorot echo "
Шанс антиуворота" . $this->wrap($this->mfauvorot); if ($this->bron1) echo "
Броня головы" . $this->wrap($this->bron1); if ($this->bron2) echo "
Броня корпуса" . $this->wrap($this->bron2); if ($this->bron3) echo "
Броня пояса" . $this->wrap($this->bron3);