California Haciendas does not increase build limit

:arrow_forward: GAME INFORMATION

:point_down: These details are CRITICAL; DO NOT skip them or your issue may not be reviewed.

  • GAME BUILD #: 100.12.56860.0
  • GAME PLATFORM: Steam
  • OPERATING SYSTEM: Windows 10

:arrow_forward: ISSUE EXPERIENCED

:point_down: DESCRIBE THE ISSUE IN DETAIL (below). LIMIT TO ONE BUG PER THREAD.
California Haciendas Age 5 revolt card not increasing build limit

:arrow_forward: FREQUENCY OF ISSUE

:point_down: How often does the issue occur? CHOSE ONE; DELETE THE REST!

  • 100% of the time / matches I play (ALWAYS)

:arrow_forward: REPRODUCTION STEPS

:point_down: List CLEAR and DETAILED STEPS we can take to reproduce the issue ourselves… Be descriptive!

Here’s the steps to reproduce the issue:

  1. Send California Haciendas
  2. Haciendas gather crates but build order is not increased

:arrow_forward: EXPECTED RESULT

:point_down: What was SUPPOSED to happen if the bug you encountered were not present?
Haciendas gather crates AND increase build limit by 2

:arrow_forward: IMAGE

:point_down: ALWAYS attach a PICTURE (.jpg, .png, .gif) or VIDEO (.mp4, YouTube link) that highlights the problem.

1 Like

I checked the code and found the problem
The code says:

  <effect type="Data" amount="2.00" subtype="BuildLimit" relativity="BuildLimit">
    <target type="ProtoUnit">deHacienda</target>
  </effect>

And it should say:

  <effect type="Data" amount="2.00" subtype="BuildLimit" relativity="Absolute">
    <target type="ProtoUnit">deHacienda</target>
  </effect>	 

It is something very easy to fix, but we may not want it fixed because it could be broken.

1 Like

Hi guys!

Thanks for the report and the code clarification ^-^

We are already tracking this issue!