X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=worlds%2Fgoblin-hq.scm;fp=worlds%2Fgoblin-hq.scm;h=6bfd15420f39d05968ac3fe55ea32dc1c81e5cbe;hp=3330a104ca116e288ba35815bef131fea92059bc;hb=754bd427883ab189433fad90293e05d9aced2f70;hpb=701425bc611abaa8b4140942d995d5f32d24e2d7 diff --git a/worlds/goblin-hq.scm b/worlds/goblin-hq.scm index 3330a10..6bfd154 100644 --- a/worlds/goblin-hq.scm +++ b/worlds/goblin-hq.scm @@ -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)))