BaseMod icon indicating copy to clipboard operation
BaseMod copied to clipboard

Want a BaseMod method to ban custom cards from some methods

Open 280chan opened this issue 7 years ago • 2 comments

For instance, returnRandomCurse() method in AbstractDungeon class calls getCurse() method in CardLibrary class. Which only bans AscendersBane, Necronomicurse and Pride but not any custom curse. I tried to ban my curses by not even adding them into library, but it becomes Madness after I save & load. I tried again by change makeCopy() methods of my curses, but it turns out to have strange bugs in game. Although there aren't many people make curse cards, I hope this function can be added.

280chan avatar Aug 21 '18 20:08 280chan

Patches that prevent returning SPECIAL rarity curse cards from those methods may be useful for this issue.

280chan avatar Sep 18 '18 20:09 280chan

Now, SPECIAL rarity curses are still able to be returned by returnRandomCurse() method or something like that. I think this should be fixed.

280chan avatar Sep 18 '18 21:09 280chan