X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fgameobj.scm;h=07b3ddbc728957e33fe5b68bafb5efdbd40a5349;hp=3bb743ac5101e09182c0c5e6020c931d73394e10;hb=d23f2cefbde148dedc61da5cf35391a12c6734bb;hpb=ca990b14f563fc450548954184ff6fc0e4792739 diff --git a/mudsync/gameobj.scm b/mudsync/gameobj.scm index 3bb743a..07b3ddb 100644 --- a/mudsync/gameobj.scm +++ b/mudsync/gameobj.scm @@ -21,7 +21,7 @@ (define-module (mudsync gameobj) #:use-module (mudsync command) - #:use-module (8sync systems actors) + #:use-module (8sync actors) #:use-module (8sync agenda) #:use-module (srfi srfi-1) #:use-module (ice-9 format) @@ -94,7 +94,7 @@ (actions #:allocation #:each-subclass ;;; Actions supported by all gameobj #:init-value - (mhandlers + (build-actions (init gameobj-act-init) ;; Commands for co-occupants (get-commands gameobj-get-commands)