make class greater:modificators

This commit is contained in:
Igor Barkov [iwork] 2019-01-14 18:07:33 +02:00
parent 9095cd0af6
commit eb6a0ded6b
1 changed files with 4 additions and 0 deletions

View File

@ -255,6 +255,10 @@ IMG;
if ($this->glight) echo "<br>Владение магией света" . $this->wrap($this->glight);
if ($this->ggray) echo "<br>Владение магией серости" . $this->wrap($this->ggray);
if ($this->gdark) echo "<br>Владение магией тьмы" . $this->wrap($this->gdark);
if ($this->mfkrit) echo "<br>Шанс крита" . $this->wrap($this->mfkrit);
if ($this->mfakrit) echo "<br>Шанс антикрита" . $this->wrap($this->mfakrit);
if ($this->mfuvorot) echo "<br>Шанс уворота" . $this->wrap($this->mfuvorot);
if ($this->mfauvorot echo "<br>Шанс антиуворота" . $this->wrap($this->mfauvorot);
if ($this->bron1) echo "<br>Броня головы" . $this->wrap($this->bron1);
if ($this->bron2) echo "<br>Броня корпуса" . $this->wrap($this->bron2);
if ($this->bron3) echo "<br>Броня пояса" . $this->wrap($this->bron3);