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

Item system: items with special properties #90

Merged
merged 6 commits into from
May 20, 2022

Conversation

nicemicro
Copy link
Contributor

Refactoring the item system to make it possible to use special items with special properties.
Introduces a flask item which can be emptied by the player.

 * New item: flask added
 * Refactored creation of new items
 * Item resource refactored for better sprite handling
 * The flask item as an item with special properties added
    * The ability activation related functions are refined
    * The flask can now be emptied.
@nicemicro nicemicro changed the base branch from item-system to main May 1, 2022 02:34
@nicemicro
Copy link
Contributor Author

should close #37

@nicemicro nicemicro linked an issue May 1, 2022 that may be closed by this pull request
3 tasks
Copy link
Member

@monban monban left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested, works. code looks good

@nicemicro nicemicro merged commit db82203 into opensuspect:main May 20, 2022
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.

Re-implement item system
2 participants