Skip to content

added inventory item checks; need to figure out how to handle equips#7

Open
lee-aaron wants to merge 2 commits intomainfrom
feature/inventory
Open

added inventory item checks; need to figure out how to handle equips#7
lee-aaron wants to merge 2 commits intomainfrom
feature/inventory

Conversation

@lee-aaron
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread server/data/src/services/character/character.rs
match self.drop_pool.get_item(item) {
Some(v) => match v {
DropTypeValue::Item(i) => {
let (item, itype) = match self.meta.get_item_data(i) {
Copy link
Copy Markdown
Contributor Author

@lee-aaron lee-aaron Apr 8, 2023

Choose a reason for hiding this comment

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

this is messy. any ideas on how to fix? i assume i'd need to expand later on for other kinds of items?

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.

1 participant