Skip to content

Commit

Permalink
Fixed very minor room description in end-game.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclaar committed Oct 13, 2021
1 parent 5823ed3 commit 251d8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@ namespace room_funcs
bool rv = false;
if (verbq("LOOK"))
{
look_to("MRG", "MRA", true);
look_to("MRG", "MRB", true);
rv = true;
}
return rv;
Expand Down

0 comments on commit 251d8a0

Please sign in to comment.