diff --git a/w/w.c b/w/w.c index 63701b3..f1e6505 100644 --- a/w/w.c +++ b/w/w.c @@ -433,7 +433,10 @@ void draw() } else { - printf("%s's location is %s", state.name, state.location.place); + printf("%s is in the space station.\n\n", state.name, state.location.place); + printf("g: go to space dungeon\n"); + printf("r: reach a rest pod\n"); + printf("s: shop at the interstellar marketplace\n\n"); } }