the-infocom-files / sorcerer

Sorcerer
3 stars 3 forks source link

I-FLOOD always prints a newline, even when it doesn't print anything else #22

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago

The I-FLOOD routine always begins by printing a blank line, probably so that none of the other cases has to. But it's not certain that it will actually print a message. So if you cast PULVER on the river and then just walk away, a few moves later you will get two blank lines before the prompt.

This is similar to https://github.com/the-infocom-files/planetfall/issues/18