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
@@ -156,7 +156,7 @@ <h3 id="negative-costs-cost-tier-and-turn-2-play">Negative Costs, Cost Tier, and
156
156
}
157
157
</code></pre><p>A vital part of Inscryption's gameplay is the fair hand mechanic;
158
158
when a battle starts, the game will give you at least one card that can be played immediately, as well as a card that can be played by the second turn.</p>
159
-
<p>By default, when the game checks if a card with custom costs can be played by turn 2, it will return 2 - even if it can't be.</p>
159
+
<p>By default, when the game checks if a card with custom costs can be played by turn 2, it will return true - even if it can't be.</p>
160
160
<p>To fix this, you'll need to set your cost's CanBePlayedByTurn2WithHand function (long name, I know):</p>
0 commit comments