Add characters in lower_decks

This commit is contained in:
Dan Jones 2022-02-09 16:41:31 -06:00
commit 6f44b6f01d
3 changed files with 40 additions and 2 deletions

View file

@ -29,4 +29,11 @@ Class Decoration
! ],
! has supporter;
Class NPC has animate;
Class NPC
with life [;
Answer,Ask,Order,Tell:
"Just Talk To ", (the) self, ".";
Talk:
"Hello, Ensign.";
],
has animate proper;