Update to use #:init-thunk instead of #:init-value on actions slot
[mudsync.git] / mudsync / thing.scm
index 6399c6f71e174dbd0599e25fe0d6577a55cbd18d..64ceeee5a094550584d9844ebf97957ee0cf6986 100644 (file)
@@ -62,7 +62,7 @@
   (contained-commands
    #:init-value (wrap thing-contained-commands))
   (actions #:allocation #:each-subclass
-           #:init-value
+           #:init-thunk
            (build-actions
             (cmd-take thing-cmd-take)
             (cmd-drop thing-cmd-drop))))