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

Fixes weapons with 0 damage and upgrade yarn to 16 #79

Merged
merged 3 commits into from
Feb 25, 2025

Conversation

damonhook
Copy link
Owner

@damonhook damonhook commented Feb 25, 2025

  • When calculating the damage for a weapon profile, it had a minimum value of 1, causing issues with 0 damage weapons (fixes 0 dmg weapons deal damage #78)
  • Upgrade the node version used from 12 -> 16
  • Remove unused node-sass dependency
  • Replace herokuapp domain with custom domain

When calculating the damage for a weapon profile, it had a minimum value of `1`, causing issues with `0` damage weapons
@damonhook damonhook merged commit c8d442a into master Feb 25, 2025
1 check passed
@damonhook damonhook deleted the fix-no-dmg-weapon branch February 25, 2025 16:54
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.

0 dmg weapons deal damage
1 participant