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

noisy's collected dnh bugs #2238

Open
RikerW opened this issue Jan 3, 2024 · 1 comment
Open

noisy's collected dnh bugs #2238

RikerW opened this issue Jan 3, 2024 · 1 comment

Comments

@RikerW
Copy link
Contributor

RikerW commented Jan 3, 2024

  1. Paralyzing yourself by looking into a mirror as a floating eye freezes you for rnd((MAXULEV+6) - u.ulevel) turns (as in vanilla) instead of 2d6 (as the floating eye paralysis gaze does in dNetHack).
  2. OPROP_GSSDW weapons can miss wildly because it just falls back to the ordinary non-GSSDW case for headless monsters.
  3. Welcome messages (such as "You have psychic powers. Type #ability or press Shift-B to access your powers!") as well as the paranoid_swim message hardcode bindings.
  4. The vibrating square shows as ordinary floor when nearlooked/farlooked.
  5. Guards are angered by convicts even if invisible, even though guards do not see invisible. Also, the entire guard/convict interaction is bad because it makes it possible to get stuck in a vault. A solution to this could be to give guards pick-axes, so you can dig out if you kill the guard.
  6. Killing guards or the watch as a convict incurs the murder penalty, even if they were angered by you being a convict. I think this means angering them also incurs an alignment penalty.
  7. CORDYCEPS and SPORE_ZOMBIE templates are not handled by parse_monster_template, meaning it is impossible to use the MONSTERTEMPLATE option to override highlighting.
  8. When you read an unIDed spellbook but already know the spell, it says something like "You know "charm monster" quite well already. Try to refresh your memory anyway? [yn] (n)" but doesn't ID the spellbook.
  9. You cannot wish for "a figurine of the ", only "a figurine of a ".
  10. Riders do not leave corpses on the rogue level.
  11. Engraving with a lit kamerel vajra engraves in the dust, rather than burning the engraving.
  12. Gaining sickness resistance does not cure sickness.
  13. Wielding the Singing Sword and waiting with . when polymorphed heals your base HP instead of your polymorphed HP.
@Chris-plus-alphanumericgibberish

1, 2, 3, 7 were fixed by noisy.

6 is not a bug (just cruel design from the original convict patch, I believe).

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

2 participants