summaryrefslogtreecommitdiff
path: root/src/gizmo/wasp-friend.el
diff options
context:
space:
mode:
Diffstat (limited to 'src/gizmo/wasp-friend.el')
-rw-r--r--src/gizmo/wasp-friend.el11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/gizmo/wasp-friend.el b/src/gizmo/wasp-friend.el
index aff6e358..dfa6f513 100644
--- a/src/gizmo/wasp-friend.el
+++ b/src/gizmo/wasp-friend.el
@@ -45,7 +45,7 @@
(defun w/friend-set-speech (msg &optional time)
"Have \"friend\" say MSG for TIME."
- (w/write-chat-event (s-concat "Friend says: " msg))
+ (w/chat-write-event (s-concat "Friend says: " msg))
(setf w/friend-speech msg)
(setf w/friend-speech-timer (or time 5)))
@@ -158,11 +158,18 @@ If K is specified, call it after the response."
(w/write
(format-spec
"%a\
- /----\\
+ /\\ /\\
+ \\----/
/ %l %r \\
\\ %m /
+----+\
"
+;; "%a\
+;; /----\\
+;; / %l %r \\
+;; \\ %m /
+;; +----+\
+;; "
`((?a . ,(s-repeat (w/friend-get-offset) " \n"))
(?l . ,(car face))
(?r . ,(cadr face))