;; Debug stuff, might go away
%live-gm %live-hive
- inject!))
+ inject-gameobj!))
\f
;;; Debugging stuff
;; "quasi-evil for productivity's sake" anyway). You can set up your own
;; solution which doesn't use a global though.
-(define (inject! game-spec special-symbol)
+(define (inject-gameobj! game-spec special-symbol)
(display "Game hasn't been started...\n"))
(receive (post-run-hook gameobj-injector)
(make-special-injector agenda hive (actor-id gm))
;; Set up injector for live hacking
- (set! inject! gameobj-injector)
+ (set! inject-gameobj! gameobj-injector)
;; Set up REPL sever
(cond