From e859c0e73638a433413ea4c6ac08476268331663 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 24 Jan 2017 18:11:25 -0600 Subject: [PATCH] Add friendlier message for when parser/matcher can't find a command --- mudsync/player.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mudsync/player.scm b/mudsync/player.scm index 784db7c..a450038 100644 --- a/mudsync/player.scm +++ b/mudsync/player.scm @@ -84,7 +84,7 @@ (apply <- winner-id cmd-action message-args)) (#f (<- (gameobj-gm player) 'write-home - #:text "Huh? (type \"help\" for common commands)\n")))) + #:text "Sorry, I didn't understand that? (type \"help\" for common commands)\n")))) (define* (player-tell player message #:key text) (<- (gameobj-gm player) 'write-home -- 2.31.1