сделать подарок нейтральным

This commit is contained in:
lopar 2019-01-12 12:14:38 +02:00
parent 1cc3e58a7f
commit e3e70d5543
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ NAME;
parent::printBaseInfo();
parent::printRequirements();
parent::printBonuses();
if ($this->present) echo "<p style='color: maroon; font-style: italic'>Этот предмет вам подарил {$this->present}. Вы не можете передать его кому-либо ещё.</p>";
if ($this->present) echo "<p style='color: maroon; font-style: italic'>Это подарок от {$this->present}. Вы не можете передать его кому-либо ещё.</p>";
}
public function printImage()