You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: