From f36c1cecffc95d1a7d9fccb8734b5adc449df8eb Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Sat, 15 Jul 2023 05:36:36 -0500 Subject: [PATCH] =?UTF-8?q?Remove=C2=A0debugging=20bit,=20re:=20lavendula?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flora-search-aurora.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/flora-search-aurora.lisp b/flora-search-aurora.lisp index c5c9579..fd1d64e 100644 --- a/flora-search-aurora.lisp +++ b/flora-search-aurora.lisp @@ -1315,7 +1315,6 @@ Initializes the current instance of the game, and such." (defparameter *flashback-casino-map* (🌍:plist->map (metacopy:copy-thing *flashback-casino-map-plist*))) (defparameter *flashback-school-map* (🌍:plist->map (metacopy:copy-thing *flashback-school-map-plist*))) (defparameter *outdoors-map* (🌍:plist->map (metacopy:copy-thing *outdoors-map-plist*))) - (take-item *base-map* 'lavendula) (make-flashback-state (alexandria:random-elt (flashbacks)))))