Skip to content

Commit

Permalink
adjust west origin room description
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelprograms committed Aug 26, 2024
1 parent 91e80b8 commit 5f8dd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/domain/Origin/room/west.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void create () {
"no attack": 1,
]));
set_short("Origin Point");
set_long("A wide hallway joining two side rooms. The walls are utility corridor white and lacking in any form of markers. ");
set_long("A wide hallway joining two side rooms. The walls are utility corridor white and lacking in any form of markers. A window on the western wall shows a lively planet on a backdrop of stars.");
set_exits(([
"north": ORIGIN_ROOM + "northwest.c",
"south": ORIGIN_ROOM + "southwest.c",
Expand Down

0 comments on commit 5f8dd64

Please sign in to comment.