X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fgameobj.scm;h=2c3970613d0867ae298fc817cafbfc44d83ba861;hp=9651140ec12d4f4f72e308a59f18ff50458d2e9d;hb=136ce3b725c83af0b7e8be632e943de6b07b65c5;hpb=c3e788ae7726f7e52a62ffeb30254bfa0f0da7cb diff --git a/mudsync/gameobj.scm b/mudsync/gameobj.scm index 9651140..2c39706 100644 --- a/mudsync/gameobj.scm +++ b/mudsync/gameobj.scm @@ -57,11 +57,10 @@ #:init-value '()) ;; Commands we can handle - (dirobj-commands #:init-value '()) - (indirobj-commands #:init-value '()) + (commands #:init-value '()) ;; Commands we can handle by being something's container - (contain-commands #:init-value #f)) + (contain-commands #:init-value '())) (define (gameobj-simple-name-f gameobj)