creates saves order list.

This commit is contained in:
Bryce Covert
2015-10-04 13:46:53 -07:00
parent 27021ac281
commit b52e8caa0d
3 changed files with 14 additions and 5 deletions

View File

@@ -9,3 +9,6 @@
:after-wisdom "The Wise Guy"
:after-jail "Prisoner On The Loose"
:in-jail "In The Slammer"})
(def name->save
(into {} (map vector (vals saves) (keys saves))))