finishing unfinished comment
[mudsync.git] / 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))