X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fthing.scm;h=6963c01b985a2867f7fa89e89a12831ac50dfd70;hp=212ad2e11c20963afa6f6c47c057afa561d3b4db;hb=c8c47c9d61abd219f561c020e9147d715717a16f;hpb=ca990b14f563fc450548954184ff6fc0e4792739 diff --git a/mudsync/thing.scm b/mudsync/thing.scm index 212ad2e..6963c01 100644 --- a/mudsync/thing.scm +++ b/mudsync/thing.scm @@ -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))))