Skip to content

Commit 573b70b

Browse files
2.23.5
1 parent a1ebe60 commit 573b70b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1+
# 2.23.5
2+
- Fixed cards appearing as blank outside Act 1
3+
- Added extension methods for FullAbility that mirror AbilityInfo extension methods
4+
15
# 2.23.4
26
- Fixed GemsDraw only considering the player's slots when determining how many cards to draw
37
- Fixed Act 2 Tutor sequence softlocking when there are no cards to display
48
- Fixed Act 2 Tutor sequence not displaying cards when you have less than 7 cards remaining in your deck
5-
- Fixed Gemify affecting Blood cost when it shouldn't
9+
- Fixed Gemify reducing multiple card costs at once for multicost cards - now only affects 1 as intended
610
- Fixed emission textures appearing stretched on Giant cards
711
- Added Gems Cost support for ExtendedActivatedAbilityBehaviour class
812
- Added extension AbilityManager.FullAbility.FlipYIfOpponent
9-
- Add config option to prevent Act 1 card emissions from rendering above the play costs
13+
- Added config option to prevent Act 1 card emissions from rendering above the play costs
1014

1115
# 2.23.3
1216
- Fixed custom deck exhaust sequence not performing the requisite checks

InscryptionAPI/InscryptionAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<DebugType>full</DebugType>
1111
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1212
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
13-
<Version>2.23.4</Version>
13+
<Version>2.23.5</Version>
1414
</PropertyGroup>
1515

1616
<PropertyGroup>

InscryptionAPI/InscryptionAPIPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class InscryptionAPIPlugin : BaseUnityPlugin
3131
{
3232
public const string ModGUID = "cyantist.inscryption.api";
3333
public const string ModName = "InscryptionAPI";
34-
public const string ModVer = "2.23.4";
34+
public const string ModVer = "2.23.5";
3535

3636
public static string Directory = "";
3737

0 commit comments

Comments
 (0)