File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,8 @@ CLASS main IMPLEMENTATION.
153
153
result->add( | You are in the { engine->player->location->name } .| ). " { player->location->description }|.
154
154
text->set_textstream( result->get( ) ).
155
155
156
- IF engine->player->location->things->exists( 'RFC' ).
156
+ IF engine->player->location = bill_developer->location AND
157
+ engine->player->location->things->exists( 'RFC' ).
157
158
engine->mission_completed = abap_true .
158
159
ENDIF .
159
160
Original file line number Diff line number Diff line change @@ -97,7 +97,8 @@ CLASS zcl_axage_demo1 IMPLEMENTATION.
97
97
out->write( interprete( 'EAST' )->get( ) ).
98
98
out->write( interprete( 'TAKE KNIFE' )->get( ) ).
99
99
100
- IF engine->player->location->things->exists( 'RFC' ).
100
+ IF engine->player->location = bill_developer->location AND
101
+ engine->player->location->things->exists( 'RFC' ).
101
102
engine->mission_completed = abap_true .
102
103
out->write( 'Congratulations! You delivered the RFC to the developers!' ).
103
104
ENDIF .
You can’t perform that action at this time.
0 commit comments