Skip to content

Conversation

@somethingdevs
Copy link
Owner

No description provided.

self.assets_owned.append(tile)
price = board.BOARD_TILES_INFO[tile][2]
# Adding name of the tile to the list of assets owned
self.assets_owned.append(tile.tile_name)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think u need to append the tile id so that we can store it in player property table, since that table only stores room id player id and tile id

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.

3 participants