From 602dfed992cd4be0f139ae6b07bf1f865f870737 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 6 May 2016 18:43:07 -0500 Subject: [PATCH] add chat as an alias for talk --- worlds/bricabrac.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/worlds/bricabrac.scm b/worlds/bricabrac.scm index 3584e87..c9b4fd8 100644 --- a/worlds/bricabrac.scm +++ b/worlds/bricabrac.scm @@ -79,7 +79,8 @@ (define chat-commands (list - (direct-command "chat" 'cmd-chat))) + (direct-command "chat" 'cmd-chat) + (direct-command "talk" 'cmd-chat))) (define chat-actions (build-actions (cmd-chat (wrap-apply npc-chat-randomly)))) -- 2.31.1