]> granicus.if.org Git - nethack/commit
plug fountain & throne SIGHUP cheat
authornethack.rankin <nethack.rankin>
Sat, 13 Jul 2002 13:11:51 +0000 (13:11 +0000)
committernethack.rankin <nethack.rankin>
Sat, 13 Jul 2002 13:11:51 +0000 (13:11 +0000)
commit34149babc35bb8f258ee67971a652247bfe318ca
tree5eac8d3328019c095cbf83b727c5fe807c72f46b
parent0dd070271b335083aba661ba81f86015dd55eac8
plug fountain & throne SIGHUP cheat

     When using a fountain or throne, getting a --More-- prompt
usually means that you're about to be told that it has just dried
up or vanished.  But since that topology change didn't occur until
after the message, players could cheat by forcing SIGHUP instead
of answering the prompt; the resulting save file would retain the
original topology.  So change the dungeon prior to telling the user
about it.

     The `fixes' entry possibly belongs in the tty-specific category
but since the change is to core code I put it in the general section.
doc/fixes34.1
src/fountain.c
src/sit.c