Skip to content

Conversation

@kjetil-kilhavn
Copy link
Contributor

The demo game states that you should deliver the RFC to the developers. Added condition that you have to be in the same room as Bill the developer.

Seems some space characters were removed too - that wasn't intentional.

The demo game states that you should deliver the RFC to the developers.
Added condition that you have to be in the same room as bill the developer.
@AndreaBorgia-Abo
Copy link

Seems some space characters were removed too - that wasn't intentional.

You could remove the whole space change-block directly from GH, it is quicker than via the GUI.

Trailing spaces added back to statements which weren't changed to reduce the "foot print" of the pull request.
result->add( |You are in the { engine->player->location->name }.| ). " { player->location->description }|.
text->set_textstream( result->get( ) ).

IF engine->player->location->things->exists( 'RFC' ).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove whitespace at end of line

Suggest following fix,

Suggested change
DATA(entrance) = NEW room(
DATA(entrance) = NEW room(

@kjetil-kilhavn
Copy link
Contributor Author

Trailing spaces inserted again, so now there's one more error message from abaplint :-)
However, the "footprint" of the pull request is reduced to the statements it was necessary to change for the correction.

@Ennowulff Ennowulff merged commit b9e1311 into Ennowulff:main Jun 4, 2023
@Ennowulff
Copy link
Owner

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants