1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Removed odd "no shoting penalty" bonus. It seems to be confused with No Distance Penalty.

This commit is contained in:
DjWarmonger
2011-06-20 06:42:53 +00:00
parent b071888800
commit e7bbfb615c
5 changed files with 3 additions and 6 deletions

View File

@@ -556,7 +556,6 @@ std::string CStackInstance::bonusToString(Bonus *bonus, bool description) const
case Bonus::UNLIMITED_RETALIATIONS:
case Bonus::SHOOTER:
case Bonus::FREE_SHOOTING:
case Bonus::NO_SHOTING_PENALTY:
case Bonus::NO_MELEE_PENALTY:
case Bonus::NO_DISTANCE_PENALTY:
case Bonus::NO_OBSTACLES_PENALTY: