X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Froom.scm;h=efb52d828e96efeda3c5d12e3ace6262f5f22b40;hp=a3ebc65908212063e2d60b9a21d8f7afe30d60c6;hb=701425bc611abaa8b4140942d995d5f32d24e2d7;hpb=ca990b14f563fc450548954184ff6fc0e4792739 diff --git a/mudsync/room.scm b/mudsync/room.scm index a3ebc65..efb52d8 100644 --- a/mudsync/room.scm +++ b/mudsync/room.scm @@ -19,7 +19,7 @@ (define-module (mudsync room) #: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 (srfi srfi-1) @@ -80,7 +80,7 @@ (actions #:allocation #:each-subclass #:init-value - (mhandlers + (build-actions (cmd-go room-cmd-go) (cmd-go-where room-cmd-go-where) (announce-entrance room-announce-entrance)