ComputerScienceHouse / bingehack

A fork of nethack with semi-multiplayer features and other customizations. (An in-heavy-development fork version is at https://github.com/computersciencehouse/bingehack4 )
http://nethack.csh.rit.edu
23 stars 4 forks source link

Halinogenic Deaths Have Text Rendering Bugs #103

Closed clockfort closed 12 years ago

clockfort commented 12 years ago

There is an easter egg that, if you list your inventory after dying while halucinating, that it also says "... and a partridge in a pear tree" at the end.

However, somehow, even though I said no to all questions, the game ended up saying: Do you want to see your conduct? (n) pear tree

I assure you that I did not stick to the ever-elusive "pear tree" conduct throughout my play.

clockfort commented 12 years ago

It was a problem with dump_log making a variably sized if, so you need to recheck inside what normally looks like you're inside an if statement for things that are only occasionally if'd out.

macroAbuse