diff --git a/src/playercards/cards/EmpiricalHypothesis.ttslua b/src/playercards/cards/EmpiricalHypothesis.ttslua index d2b410d3..929b4aec 100644 --- a/src/playercards/cards/EmpiricalHypothesis.ttslua +++ b/src/playercards/cards/EmpiricalHypothesis.ttslua @@ -88,7 +88,6 @@ function createButtons() local upgradeSheet = findUpgradeSheet() if upgradeSheet then for i = 1, 4 do - log(4) if upgradeSheet.call("isUpgradeActive", i) then table.insert(hypothesisList, customizableList[i]) end diff --git a/src/playercards/cards/FamilyInheritance.ttslua b/src/playercards/cards/FamilyInheritance.ttslua index 377d6930..9c5c62ef 100644 --- a/src/playercards/cards/FamilyInheritance.ttslua +++ b/src/playercards/cards/FamilyInheritance.ttslua @@ -61,17 +61,15 @@ end function loseAll(player) searchSelf() - log(player.color) if clickableResourceCounter then clickableResourceCounter.call("updateVal", 0) end printToColor("Discarded " .. foundTokens .. " resource(s).", player.color) end --- hide buttons and stop monitoring +-- hide buttons function shutOff() self.UI.hide("Helper") - Wait.stopAll() updateSave() end diff --git a/xml/playercards/FamilyInheritance.xml b/xml/playercards/FamilyInheritance.xml index fcd223bc..b8b2e946 100644 --- a/xml/playercards/FamilyInheritance.xml +++ b/xml/playercards/FamilyInheritance.xml @@ -1,7 +1,7 @@