X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=mudsync%2Fthing.scm;fp=mudsync%2Fthing.scm;h=64ceeee5a094550584d9844ebf97957ee0cf6986;hb=106536778bbd8ad0cc850cb3ef7dcc5e2499eee2;hp=6399c6f71e174dbd0599e25fe0d6577a55cbd18d;hpb=bbf45570e7dfe20e132cc8e4601ccbf2de667ff3;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))))