Saving much better!

This commit is contained in:
Bryce Covert
2015-11-04 17:07:26 -08:00
parent 3326629189
commit 6586faf583
12 changed files with 78 additions and 71 deletions

View File

@@ -10,5 +10,12 @@
:after-jail "Prisoner On The Loose"
:in-jail "In The Slammer"})
(def chapters
{:chapter-1 nil
:chapter-2 nil
:chapter-3 nil
:chapter-4 nil
:chapter-5 nil})
(def name->save
(into {} (map vector (vals saves) (keys saves))))