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

ambiguous pattern in intrinsics-matcher.pl #11

Open
ohle opened this issue Jun 27, 2013 · 2 comments
Open

ambiguous pattern in intrinsics-matcher.pl #11

ohle opened this issue Jun 27, 2013 · 2 comments

Comments

@ohle
Copy link
Contributor

ohle commented Jun 27, 2013

Problematic line:
116 each_match "You feel tired." => $del, "sleep";
While you feel tired when a gremlin steals sleep res, you also feel tired when
you have sleep res and step on a sleeping gas trap (exact same message), which
is a lot more common.

I don't know how much of an issue this is, or how to fix it, but it seems that removing
this each_match would be marginally better than leaving it in.

@FredrIQ
Copy link

FredrIQ commented May 16, 2017

While I realize that this project is EOL, just in case someone feels like picking it up in the future -- it happens sometimes with magic traps (sleep resistant or not), not with sleeping gas traps.

@sartak
Copy link
Member

sartak commented May 16, 2017

For what it's worth I wouldn't recommend using Interhack against any version of NetHack besides 3.4.3.

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

3 participants