Skip to content

Commit 011cc63

Browse files
2.22.3
1 parent ac90c86 commit 011cc63

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<details>
22
<summary>View Changelog</summary>
33

4+
# 2.22.3
5+
- Fixed pelt names when a user goes to the trader with modded cards, Examples shown below.
6+
<img src="https://github.com/user-attachments/assets/49b9da13-e602-4020-a560-40344e9ef6af" width="750">
7+
<img src="https://github.com/user-attachments/assets/4b432cc9-a0f7-4d75-99b4-8951ba46705b" width="750">
8+
- Fixed index error when loading custom challenges
9+
- Publicised ConsumableItemData.SetPrefabModelType
10+
411
# 2.22.2
512
- Added GetEnergyConfig method to community patch's EnergyDrone class - retrieves the current Act's EnergyConfigInfo
613
- CommunityPatches: Added community config to move pelt price tags to the right of the card

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.22.2</Version>
13+
<Version>2.22.3</Version>
1414
</PropertyGroup>
1515

1616
<PropertyGroup>

InscryptionAPI/InscryptionAPIPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class InscryptionAPIPlugin : BaseUnityPlugin
3030
{
3131
public const string ModGUID = "cyantist.inscryption.api";
3232
public const string ModName = "InscryptionAPI";
33-
public const string ModVer = "2.22.2";
33+
public const string ModVer = "2.22.3";
3434

3535
public static string Directory = "";
3636

0 commit comments

Comments
 (0)