Skip to content

Instantly share code, notes, and snippets.

@DamianDominoDavis
Created May 19, 2025 07:53
Show Gist options
  • Save DamianDominoDavis/9c623945df425883627d1e199390a9d1 to your computer and use it in GitHub Desktop.
Save DamianDominoDavis/9c623945df425883627d1e199390a9d1 to your computer and use it in GitHub Desktop.
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