nikitinalexx / ares-expedition

Online implementation of the boardgame Terraforming Mars: Ares Expedition
GNU General Public License v3.0
4 stars 0 forks source link

Buffed Unmi Corporation - wrong start mc #10

Open philippvarga opened 5 months ago

philippvarga commented 5 months ago

Hy guys,

default disclaimer: you dont have to fix that, thx for this great work Right now the buffed Unmi Corp gives wrong start MC.

In this file: src/main/java/com/terraforming/ares/cards/buffedCorporations/BuffedUnmiCorporation.java In line 35 you set the wrong number. It should be player.setMc(50); instead of player.setMc(45);

please feel free to ingore it 👍 BR Phil