GniLudio

Results 3 comments of GniLudio

It seems like the addon NoScript is causing the problems, despite not blocking anything with it...

These are the patches you need for *onManualDiscard*: > Triggered every time *triggerOnManualDiscard* for a card is triggered. ```java import com.evacipated.cardcrawl.modthespire.lib.SpireInsertPatch; import com.evacipated.cardcrawl.modthespire.lib.SpirePatch; import com.megacrit.cardcrawl.actions.common.DiscardAction; import com.megacrit.cardcrawl.actions.common.DiscardSpecificCardAction; import com.megacrit.cardcrawl.actions.defect.ScrapeFollowUpAction; import...

Using `MSVS 2022 version 17.6.5` still had the same problem. Changing the Windows SDK to `10.0.19041.0` solved it for me.