From fb0d8a69a5603f040af041a93a41fc23c24b2332 Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Mon, 30 Jan 2023 13:51:25 -0600 Subject: Fix: comment out monster defclass stub --- model.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model.lisp') diff --git a/model.lisp b/model.lisp index 9da7929..9bcaadb 100644 --- a/model.lisp +++ b/model.lisp @@ -166,7 +166,7 @@ (:metaclass db:persistent-class) (:documentation "Hazard is a superclass for all hazards encountered in a quest. It's chronicle includes data about which heroes fought and which overcame.")) -(defclass monster ()) +;; (defclass monster ()) -- cgit v1.2.3