Skip to content

Commit 3b750bc

Browse files
- Fixed Part2CardCostRender.UpdatePlayableCardCost not being invoked
- Fixed Part2CardCostRender.UpdateVanillaPlayableCardCost not being invoked
1 parent 4ef85c3 commit 3b750bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

InscryptionCommunityPatch/Card/Part2CardCostRender.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ public static List<Texture2D> VanillaCostTextures(PixelCardDisplayer display, Ca
160160
// Call the event and allow others to modify the list of textures
161161
UpdateCardCost?.Invoke(cardInfo, costTextures);
162162
UpdateVanillaCardCost?.Invoke(cardInfo, costTextures);
163+
UpdatePlayableCardCost?.Invoke(playableCard, costTextures);
164+
UpdateVanillaPlayableCardCost?.Invoke(playableCard, costTextures);
165+
163166
return costTextures;
164167
}
165168

0 commit comments

Comments
 (0)