Created
May 19, 2025 07:53
-
-
Save DamianDominoDavis/9c623945df425883627d1e199390a9d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| foreach it in get_inventory() if ( | |
| it.reusable | |
| && it.string_modifier('Skill') != '' | |
| && !it.string_modifier('Skill').to_skill().have_skill() | |
| ) use(it); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment