[MIRROR] [MIRROR] more TG prefs #2863
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original PR: CHOMPStation2/CHOMPStation2#11241
Original PR: VOREStation/VOREStation#18038
About The Pull Request
Tail layering is now a TG pref (persistant between rounds) per character.
Shadekin can toggle if they wish to return to the Retreat upon death (Disabled on Virgo). This is ALSO a tg pref.
Shadekin can toggle their nutrition adjustment in the Shadekin Control Panel now. (Disabled on Virgo) This is ALSO a tg pref.
Fixes a bug where removing a shadekin's properties did not properly remove them entirely.
Adds framework for adding/removing abilities to the shadekin component
Changelog
🆑 Diana
fix: Removing a shadekin's shadekin properties properly removes their shadekin UI elements.
add: Shadekin can toggle if they wish to return to the Retreat upon death. This is round persistent.
qol: Adjust Tail Layer now persists per character between rounds.
qol: Shadekin nutrition adjustment is now in the Shadekin Control Panel instead of it's own separate proc. This is also round persistent as well.
code: The shadekin component now has framework to have abilities added/removed from it at will.
/:cl: