Fixed typo

This commit is contained in:
simon 2018-03-11 16:09:28 -04:00
parent cbde2450fa
commit ff61433c4b

View File

@ -51,7 +51,7 @@ public class UserCreationListener implements GameEventListener {
cubot.setHp(config.getInt("cubot_max_hp"));
cubot.setMaxHp(config.getInt("cubot_max_hp"));
cubot.setMaxShield(config.getInt("cubot_max_hp"));
cubot.setMaxShield(config.getInt("cubot_max_shield"));
cubot.setParent(user);
user.setControlledUnit(cubot);