X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=mudsync%2Fthing.scm;h=64ceeee5a094550584d9844ebf97957ee0cf6986;hb=8df43947a29393266da4df9e43f7656e56558fd6;hp=6399c6f71e174dbd0599e25fe0d6577a55cbd18d;hpb=ed1ef3172af4c2621e2b746824b7defa6f0dcedd;p=mudsync.git diff --git a/mudsync/thing.scm b/mudsync/thing.scm index 6399c6f..64ceeee 100644 --- a/mudsync/thing.scm +++ b/mudsync/thing.scm @@ -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))))