You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ofplayer.setMc(45);
please feel free to ingore it 👍
BR Phil
The text was updated successfully, but these errors were encountered: