We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e9fbb commit 2bdb26eCopy full SHA for 2bdb26e
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## v1.13.1-nonkc
4
- Fix for JSONLoader cards
5
+- Fix not allowing base game and modded special abilites on the same card
6
7
## v1.13.0
8
- Added support for custom card backgrounds, dialogs, encounters and talking cards
Plugin.cs
@@ -13,7 +13,7 @@ public partial class Plugin : BaseUnityPlugin
13
{
14
private const string PluginGuid = "cyantist.inscryption.api";
15
private const string PluginName = "API";
16
- private const string PluginVersion = "1.13.1.0";
+ private const string PluginVersion = "1.13.1";
17
18
internal static ManualLogSource Log;
19
internal static ConfigEntry<bool> configEnergy;
0 commit comments