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

Wrong object sprite #121

Open
SneakBug8 opened this issue Oct 10, 2020 · 3 comments
Open

Wrong object sprite #121

SneakBug8 opened this issue Oct 10, 2020 · 3 comments
Labels
canvas (Graphic) issues on the game canvas. core engine Issues on the client-side of the game engine. hard Advanced issues that require critical thinking, thought and depth. map Issues or features relating to the game map (canvas or code). medium priority It would be awesome if this was done, but not very critical.
Projects
Milestone

Comments

@SneakBug8
Copy link

What is the current behavior?
When I've picked up helmet from the tile with helmet+tin ore I've actually picked tin ore with helmet sprite even though helmet disappeared from the ground (mutated into ore). The name of the ore is shown in a tooltip and it can't be equipped.
If the current behavior is a bug, please provide the exact steps to reproduce.
Drop an ore on a tile where golden plaque spawns item. Press golden plaque, pick up an item.
What is the expected behavior?
To pick up a helmet with a helmet sprite and leave ore on the ground.

@SneakBug8
Copy link
Author

Looks like a problem is with inventory not redrawing till I move one tile. Immediately after that "tin ore" disappears (it was equipped) and I see a helmet on my character.

@naknode
Copy link
Member

naknode commented Oct 12, 2020

@SneakBug8 Interesting bug. I'll have to investigate but this whole "game corrects itself after you move" also appears in another issue as well.

@naknode naknode added canvas (Graphic) issues on the game canvas. core engine Issues on the client-side of the game engine. hard Advanced issues that require critical thinking, thought and depth. map Issues or features relating to the game map (canvas or code). medium priority It would be awesome if this was done, but not very critical. labels Oct 12, 2020
@naknode naknode added this to To Do in Core Engine via automation Oct 12, 2020
@naknode naknode added this to the v0.1.0 milestone Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
canvas (Graphic) issues on the game canvas. core engine Issues on the client-side of the game engine. hard Advanced issues that require critical thinking, thought and depth. map Issues or features relating to the game map (canvas or code). medium priority It would be awesome if this was done, but not very critical.
Projects
Core Engine
  
To Do
Development

No branches or pull requests

3 participants
@naknode @SneakBug8 and others