show item type

This commit is contained in:
lopar
2019-01-12 00:18:18 +02:00
parent 5abeae914a
commit 6c62b2f899
2 changed files with 10 additions and 0 deletions

View File

@@ -9,6 +9,11 @@ class InventoryItem extends Item
parent::printBonuses();
}
public function printImage()
{
parent::printImage(); // TODO: Change the autogenerated stub
}
/**
* Для кнопок управления под картинкой прелмета в зависимости от ситуации.
*/