From: Christopher Allan Webber Date: Sun, 29 Jan 2017 04:35:05 +0000 (-0600) Subject: finishing unfinished comment X-Git-Tag: fosdem-2017~49 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=74f3d0ded31d7622c9fdaea29687850449ffd5e7 finishing unfinished comment --- diff --git a/worlds/bricabrac.scm b/worlds/bricabrac.scm index 5154987..ee0ff08 100644 --- a/worlds/bricabrac.scm +++ b/worlds/bricabrac.scm @@ -62,8 +62,7 @@ #:text (string-append (slot-ref actor 'read-text) "\n"))) -;; This one allows you to take from - +;; This one allows you to take from items that are proxied by it (define-actor () ((cmd-take-from take-from-proxy)) (proxy-items #:init-keyword #:proxy-items))