From e3e70d554328e3df64a4cc2ac6cdde2c10f81941 Mon Sep 17 00:00:00 2001 From: lopar Date: Sat, 12 Jan 2019 12:14:38 +0200 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D1=82=D1=8C=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=B0=D1=80=D0=BE=D0=BA=20=D0=BD=D0=B5=D0=B9?= =?UTF-8?q?=D1=82=D1=80=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/InventoryItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/InventoryItem.php b/classes/InventoryItem.php index c006596..d68f528 100644 --- a/classes/InventoryItem.php +++ b/classes/InventoryItem.php @@ -21,7 +21,7 @@ NAME; parent::printBaseInfo(); parent::printRequirements(); parent::printBonuses(); - if ($this->present) echo "

Этот предмет вам подарил {$this->present}. Вы не можете передать его кому-либо ещё.

"; + if ($this->present) echo "

Это подарок от {$this->present}. Вы не можете передать его кому-либо ещё.

"; } public function printImage()