summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shangreaux <shoshin@cicadas.surf>2023-01-30 13:51:25 -0600
committerGrant Shangreaux <shoshin@cicadas.surf>2023-01-30 13:51:25 -0600
commitfb0d8a69a5603f040af041a93a41fc23c24b2332 (patch)
tree0799e5150acb904ad2f89061df65dbb69b1cb3ba
parent2920173c75c9c8102d8a7f27df523569d61d7c7a (diff)
Fix: comment out monster defclass stub
-rw-r--r--model.lisp2
1 files changed, 1 insertions, 1 deletions
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 ())