Ivan Savenko 1 год назад
Родитель
Сommit
c31d52bff6
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      lib/CBonusTypeHandler.cpp

+ 3 - 0
lib/CBonusTypeHandler.cpp

@@ -174,6 +174,9 @@ ImagePath CBonusTypeHandler::bonusToGraphics(const std::shared_ptr<Bonus> & bonu
 		if (bonus->subtype == BonusCustomSubtype::damageTypeRanged)
 			fileName = "DamageReductionRanged.bmp";
 
+		if (bonus->subtype == BonusCustomSubtype::damageTypeAll)
+			fileName = "DamageReductionAll.bmp";
+
 		break;
 	}