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

Vapors from dropped potion of monster detection can cause panic while levitating. #205

Open
elunna opened this issue Dec 28, 2023 · 0 comments

Comments

@elunna
Copy link

elunna commented Dec 28, 2023

Easy to reproduce.

  1. Levitate
  2. Make sure all monsters on level are gone
  3. Drop a potion of monster detection

The potion will be used up from breaking and then again by the strange feeling handling. I noticed this was previously fixed for thrown and kicked potions but not potions dropped while levitating. It looks like gt.thrownobj is never set in drop() and it just uses the hitfloor() function to handle how things break and such. Could we maybe set gt.thrownobj before hitfloor is called?

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

No branches or pull requests

1 participant