diff --git a/classes/InventoryItem.php b/classes/InventoryItem.php index 4d7fe8f..bc66e48 100644 --- a/classes/InventoryItem.php +++ b/classes/InventoryItem.php @@ -11,7 +11,12 @@ class InventoryItem extends Item public function printImage() { - parent::printImage(); // TODO: Change the autogenerated stub + if (!in_array($this->type,[12,50,200])) { + echo ""; + parent::printImage(); + echo ""; + } + else parent::printImage(); } /**