[0.951][Bug] Watchtower doesn't apply initiative bonus [Fixed]

The Watchtower improvement doesn't apply the initiative bonus for defenders during combat, nor is the bonus shown in the city details like the other bonuses. I had a look in the xml and think I found the likely culprit.

This is how the code is currently written:

Code: xml
  1. <ModType>CityTrainingBonus</ModType>
  2. <Attribute>AdjustDefendingUnit</Attribute>


This is how it probably should be:

Code: xml
  1. <ModType>City</ModType>
  2. <Attribute>AdjustDefendingUnit</Attribute>

672 views 1 replies
Reply #1 Top

 

Fixed, thanks.