Отрицательная сила не отображалась. :)

This commit is contained in:
lopar 2020-08-29 14:57:42 +03:00
parent c004531440
commit f32e8a7254

View File

@ -135,7 +135,7 @@ IMG;
if ($this->need_wisdom > 0) {
echo "<br>Требуется мудрость" . $this->wrap($this->need_wisdom);
}
if ($this->add_strength > 0) {
if ($this->add_strength) {
echo "<br>Сила" . $this->wrap($this->add_strength);
}
if ($this->add_dexterity) {