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

Kneepads - update XL greaves and kneepads to allow tails, fix Magicalysm tail mutations to work with "ALLOWS_TAIL" tag #53355

Merged
merged 2 commits into from
Dec 12, 2021

Conversation

Nymall
Copy link
Contributor

@Nymall Nymall commented Dec 11, 2021

Summary

Bugfixes "Allow Magicalysm tails to work with ALLOW_TAILS, fix XL leg armor to work with tails"

Purpose of change

Related to #53288. Fixes #53288

Describe the solution

Items with the "allowed_items": [ "ALLOWS_TAIL" ] line allow items to work that would not normally be able to be worn due to tails. Updating the mutation allows these items to work as intended.

Describe alternatives you've considered

None - straightforward.

Testing

  1. start a new game
  2. get dragon_tail mutation
  3. Wear kneepads.

Additional context

@Nymall Nymall requested a review from KorGgenT as a code owner December 11, 2021 06:06
@github-actions github-actions bot added json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Dec 11, 2021
@BrettDong BrettDong added <Bugfix> This is a fix for a bug (or closes open issue) [JSON] Changes (can be) made in JSON Items / Item Actions / Item Qualities Items and how they work and interact labels Dec 11, 2021
@kevingranade kevingranade merged commit cf1d1f1 into CleverRaven:master Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) Items / Item Actions / Item Qualities Items and how they work and interact [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing line in the "Dragon Tail" code in Magiclysm
3 participants