Remove debugging bit, re: lavendula

This commit is contained in:
Jaidyn Ann 2023-07-15 05:36:36 -05:00
parent 85fec31840
commit f36c1cecff

View File

@ -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)))))