make class greater:modificators
This commit is contained in:
parent
2471871e64
commit
c08d9981f4
@ -238,6 +238,7 @@ IMG;
|
|||||||
|
|
||||||
protected function printBonuses()
|
protected function printBonuses()
|
||||||
{
|
{
|
||||||
|
echo "<div style='color: dimgray'>";
|
||||||
if ($this->gsila) echo "<br>Сила" . $this->wrap($this->gsila);
|
if ($this->gsila) echo "<br>Сила" . $this->wrap($this->gsila);
|
||||||
if ($this->glovk) echo "<br>Ловкость" . $this->wrap($this->glovk);
|
if ($this->glovk) echo "<br>Ловкость" . $this->wrap($this->glovk);
|
||||||
if ($this->ginta) echo "<br>Интуиция" . $this->wrap($this->ginta);
|
if ($this->ginta) echo "<br>Интуиция" . $this->wrap($this->ginta);
|
||||||
@ -263,6 +264,7 @@ IMG;
|
|||||||
if ($this->bron2) echo "<br>Броня корпуса" . $this->wrap($this->bron2);
|
if ($this->bron2) echo "<br>Броня корпуса" . $this->wrap($this->bron2);
|
||||||
if ($this->bron3) echo "<br>Броня пояса" . $this->wrap($this->bron3);
|
if ($this->bron3) echo "<br>Броня пояса" . $this->wrap($this->bron3);
|
||||||
if ($this->bron4) echo "<br>Броня ног" . $this->wrap($this->bron4);
|
if ($this->bron4) echo "<br>Броня ног" . $this->wrap($this->bron4);
|
||||||
|
echo "</div>";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function printMagic()
|
protected function printMagic()
|
||||||
|
Loading…
Reference in New Issue
Block a user