Update to use build-actions; fix clerk communication
[mudsync.git] / mudsync / thing.scm
index 212ad2e11c20963afa6f6c47c057afa561d3b4db..6963c01b985a2867f7fa89e89a12831ac50dfd70 100644 (file)
@@ -21,7 +21,7 @@
 (define-module (mudsync thing)
   #:use-module (mudsync command)
   #:use-module (mudsync gameobj)
-  #:use-module (8sync systems actors)
+  #:use-module (8sync actors)
   #:use-module (8sync agenda)
   #:use-module (oop goops)
   #:use-module (ice-9 match)
@@ -63,7 +63,7 @@
    #:init-value (wrap thing-contained-commands))
   (actions #:allocation #:each-subclass
            #:init-value
-           (mhandlers
+           (build-actions
             (cmd-take thing-cmd-take)
             (cmd-drop thing-cmd-drop))))