Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FederAPI: Support for more additions and features (Custom tarots, blinds, vouchers, etc.) #43

Merged
merged 3 commits into from
Mar 28, 2024

Conversation

itayfeder
Copy link
Contributor

  • Added voucher, blind, tarot, and sound support
  • Fixed jokers not loader certain traits (like effect, blueprint_compat and eternal_compat).
  • Added the ability to create custom deck backgrounds,

- Fixed jokers not loader certain traits (like effect, blueprint_compat and eternal_compat).
- Added the ability to create custom deck backgrounds,
@Aurelius7309 Aurelius7309 self-assigned this Mar 26, 2024
@Aurelius7309 Aurelius7309 merged commit ba063c2 into Steamopollys:main Mar 28, 2024
@@ -73,6 +72,9 @@ function SMODS.injectJokers()
effect = joker.effect,
cost = joker.cost,
cost_mult = 1.0,
blueprint_compat = joker.blueprint_compat,
eternal_compat = joker.eternal_compat,
effect = joker.effect
Copy link
Contributor

@jubnl jubnl Mar 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The line 77 does not seems necessary seems the joker effect is already extracted at line 72.
The line 77 also crash the game becase there's a missing comma at the end of the line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants