File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 2.23.7
2+ - Fixed log spam due to inverted condition in CardExtensions.GemsCost
3+
14# 2.23.6
25- Fixed card modifications added to a card's base ice cube card via CardInfo.SetIceCube being ignored
36- Fixed PlayableCard.CanPlay not consistently accounting for temporary mod cost adjustments
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.6 </Version >
13+ <Version >2.23.7 </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.6 " ;
34+ public const string ModVer = "2.23.7 " ;
3535
3636 public static string Directory = "" ;
3737
Original file line number Diff line number Diff line change 99 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1010 <DebugType >full</DebugType >
1111 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
12- <Version >2.23.0 </Version >
12+ <Version >2.23.7 </Version >
1313 </PropertyGroup >
1414
1515 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments