From ec50931b9a575c226804c1dccadbf5ad3bc8306b Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 28 Jan 2017 22:19:46 -0600 Subject: [PATCH] a note about the equality of containers --- mudsync/container.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mudsync/container.scm b/mudsync/container.scm index 46a52e5..3e7763d 100644 --- a/mudsync/container.scm +++ b/mudsync/container.scm @@ -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) -- 2.31.1