started multiple saves.

This commit is contained in:
Bryce Covert
2015-09-28 12:49:26 -07:00
parent c732d15750
commit 1cb21ce28b
13 changed files with 81 additions and 57 deletions

View File

@@ -0,0 +1,11 @@
(ns advent.saves)
(def saves
{:autosave "Autosave"
:beginning "Our tale's beginning"
:after-dream "The dream is over"
:after-cat "The Cat Whisperer"
:after-strength "Pro (arm) Wrestler"
:after-wisdom "The Wise Guy"
:after-jail "Prisoner On The Loose"
:in-jail "In The Slammer"})