trinity icon indicating copy to clipboard operation
trinity copied to clipboard

"LIE ON BEACH" prints extra newline

Open eriktorbjorn opened this issue 5 years ago • 1 comments

>LIE ON BEACH
"This is no time for catching rays," mutters a voice in your ear.


>

This message is printed by BEACH-F:

	       (<VERB? SIT LIE-DOWN>
		<VOICE-MUTTERS "This is no time for catching rays">
		<RTRUE>)

That should almost certainly be <VOICE-MUTTERS "This is no time for catching rays" <>> to indicate that you don't want the extra newline.

eriktorbjorn avatar Sep 01 '20 12:09 eriktorbjorn

The same thing happens with "KISS SNAKE":

>KISS SNAKE
A voice in your ear sighs, "You asked for it."


The rattlesnake strikes your ankle like lightning, recoils in an instant and
slithers out of sight.

Sobbing with pain and shock, you peer at the tender wound. It's already
beginning to swell.

For the same reason in SNAKE-F:

	       (<VERB? KISS RAPE>
		<VOICE-MUTTERS "You asked for it">
		<RTRUE>)

eriktorbjorn avatar Sep 19 '20 07:09 eriktorbjorn