File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments