JeffVi / DX-Tarots

A Balatro mod that adds Deluxe consumables!
GNU General Public License v3.0
5 stars 5 forks source link

Codex Arcanum's Oil is both broken and incompatible #8

Closed english5040 closed 1 month ago

english5040 commented 1 month ago

Codex Arcanum's Oil has multiple bugs as it stands, including:

This makes it hard to correctly write Oil DX and other Oil compatibility code.

In addition Oil calls card:set_debuff(false) directly, which is hard to make work with DX Tarot's current code.

JeffVi commented 1 month ago

Need some more testing but this should be fixed

english5040 commented 1 month ago

ability.oil is set after set_debuff which is incorrect, I think. Also did we overwrite the original Oil?

JeffVi commented 1 month ago

Fixed in 5f36e37, thanks And yes the overwrite already existed see here