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

@ -0,0 +1,9 @@
[ TalkSub;
if (noun == player) print_ret "Nothing you hear surprises you.";
if (RunLife(noun,##Talk) ~= false) return;
"At the moment, you can't think of anything to say.";
];
Verb 'talk' 't//' 'converse' 'chat' 'gossip'
* 'to'/'with' creature -> Talk
* creature -> Talk;