finishing unfinished comment
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Jan 2017 04:35:05 +0000 (22:35 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Jan 2017 04:35:05 +0000 (22:35 -0600)
worlds/bricabrac.scm

index 51549873151ea6567620c52fe1c058e454b830fd..ee0ff08806fee83f987274839ce00123df610225 100644 (file)
@@ -62,8 +62,7 @@
       #:text (string-append (slot-ref actor 'read-text) "\n")))
 
 
       #: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 <proxy-items> (<gameobj>)
   ((cmd-take-from take-from-proxy))
   (proxy-items #:init-keyword #:proxy-items))
 (define-actor <proxy-items> (<gameobj>)
   ((cmd-take-from take-from-proxy))
   (proxy-items #:init-keyword #:proxy-items))