X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=mudsync%2Fcontainer.scm;h=2ddb2c7f2b7f1bbf4566b6bb81880d613ae31dc7;hb=HEAD;hp=46a52e5a6a9db261681d16a05b83c89b5eb25dad;hpb=76ece1325111d6736003c3a3c7b6383f07478d3e;p=mudsync.git diff --git a/mudsync/container.scm b/mudsync/container.scm index 46a52e5..2ddb2c7 100644 --- a/mudsync/container.scm +++ b/mudsync/container.scm @@ -1,5 +1,5 @@ ;;; Mudsync --- Live hackable MUD -;;; Copyright © 2016 Christopher Allan Webber +;;; Copyright © 2016 Christine Lemmer-Webber ;;; ;;; This file is part of Mudsync. ;;; @@ -17,6 +17,10 @@ ;;; along with Mudsync. If not, see . ;;; Containers +;;; ========== +;;; +;;; While all gameobjs are containers, some gameobjs are more +;;; containers than others. (define-module (mudsync container) #:use-module (8sync)