From 41aae0832c69c74ad758240df0a93b9717e78784 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Fri, 28 Mar 2025 16:55:39 +0100 Subject: [PATCH] add space station --- w/w.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"); } }