mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
*Removed first attempt code Charm of Vigor code.
This commit is contained in:
@@ -122,15 +122,6 @@ public class SSubmenuQuestUtil {
|
||||
view.getCbxPet().setVisible(false);
|
||||
}
|
||||
}
|
||||
if (iSlot == 2) {
|
||||
if (petList.isEmpty()) {
|
||||
view.getCbCharm().setVisible(false);
|
||||
}
|
||||
else {
|
||||
view.getCbCharm().setVisible(true);
|
||||
view.getCbCharm().setSelected(currentPetName != null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (view.equals(VSubmenuChallenges.SINGLETON_INSTANCE)) {
|
||||
|
||||
Reference in New Issue
Block a user