X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=worlds%2Fgoblin-hq.scm;h=7d145f6cfa98788e2e865e67589a7a75b3f3c4d7;hb=HEAD;hp=0e1de7e91cf2105f831e47345c26cf2bd8102150;hpb=6cff5b0062ef928204295ab4327bf2d417070421;p=mudsync.git diff --git a/worlds/goblin-hq.scm b/worlds/goblin-hq.scm index 0e1de7e..7d145f6 100644 --- a/worlds/goblin-hq.scm +++ b/worlds/goblin-hq.scm @@ -1,5 +1,5 @@ ;;; Mudsync --- Live hackable MUD -;;; Copyright © 2016 Christopher Allan Webber +;;; Copyright © 2016 Christine Lemmer-Webber ;;; ;;; This file is part of Mudsync. ;;; @@ -17,7 +17,7 @@ ;;; along with Mudsync. If not, see . (use-modules (mudsync) - (8sync systems actors) + (8sync actors) (8sync agenda) (oop goops) (ice-9 format)) @@ -80,12 +80,12 @@ Only the universe knows.")) (wrap-apply typewriter-dispatch))) (define (typewriter-cmd-type-gibberish actor message) - (<- actor (message-from message) 'tell + (<- (message-from message) 'tell #:text "*tikka takka!* *tikka takka!* You type some gibberish on the typewriter.\n")) (define (type-thing actor message type-text) - (<- actor (message-from message) 'tell + (<- (message-from message) 'tell #:text (format #f "You type out a note.\nThe note says: ~s\n" type-text)))