add space station

This commit is contained in:
quenousimporte 2025-03-28 16:55:39 +01:00
parent 375509d58d
commit 41aae0832c
1 changed files with 4 additions and 1 deletions

5
w/w.c
View File

@ -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");
}
}