[Support "FOO or BAZ" descriptors in database
clinton@unknownlamer.org**20080427172516] {
hunk ./src/packages.lisp 30
+	   :spell-alternative-descriptors
hunk ./src/spells.lisp 46
+(defclass spell-alternative-descriptors ()
+  ((descriptor-1 :initarg :descriptor-1 :accessor descriptor-1 :index t)
+   (descriptor-2 :initarg :descriptor-2 :accessor descriptor-2 :index t))
+  (:metaclass persistent-metaclass)
+  (:documentation "FOO or BAR descriptor; spell may be qualified by
+  either descriptor depending upon context"))
+
}