Injection almost works, you can pass along the appropriate action at least.
[mudsync.git] / worlds / bricabrac.scm
index c9b4fd8c332a6e5306d69e64060bf2b25241c487..5465aa5176705e2d7e51425f353fa8e822ee2257 100644 (file)
@@ -297,6 +297,7 @@ they're all boarded up.  Guess this is still a work in progress, huh?"
 (define game-spec
   (append lobby grand-hallway))
 
+;; TODO: Provide command line args
 (define (run-game . args)
-  (run-demo "/tmp/bricabrac-game.db" game-spec 'room:lobby))
+  (run-demo game-spec 'room:lobby #:repl-server #t))