add space station
This commit is contained in:
parent
375509d58d
commit
41aae0832c
5
w/w.c
5
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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue