make class greater
This commit is contained in:
parent
0e8ae215ed
commit
30001db92b
@ -224,7 +224,7 @@ IMG;
|
||||
protected function printRequirements()
|
||||
{
|
||||
if (!empty($this->$modifier)) {
|
||||
echo "<br> Требования:";
|
||||
if (in_array($modifier,['nlevel','nnoj'])) echo "<br> Требования:";
|
||||
if ($this->nlevel > 0) echo "<br>Требуется уровень" . $this->wrap($this->nlevel);
|
||||
if ($this->nnoj > 0) echo "<br>Требуется владение колющим оружиием" . $this->wrap($this->nnoj);
|
||||
if ($this->ndubina > 0) echo "<br>Требуется владение дробящим оружием" . $this->wrap($this->ndubina);
|
||||
|
Loading…
Reference in New Issue
Block a user