Couple typos, bug fixes, and setting window title.

This commit is contained in:
Bryce Covert
2015-11-27 10:56:45 -08:00
parent 76bf35a46c
commit a80d7ac43a
3 changed files with 6 additions and 2 deletions

View File

@@ -82,7 +82,7 @@
:warriors "Take thy servant's medal of strength.")
(actions/give entities :medal)
(actions/glad entities)
(steam/set-achievement "WISE_GUY"))
(steam/set-achievement "PRO_WRESTLER"))
(do
(play-battle entities :lose)
(actions/do-dialogue entities

View File

@@ -3,6 +3,7 @@
[advent.screens.rooms :as rooms]
[advent.screens.rooms.common :as common]
[advent.saves :as saves]
[advent.steam :as steam]
[advent.actions :as actions]
[advent.screens.items :as items]
[advent.utils :as utils]
@@ -198,7 +199,9 @@
:ego "But what now?"
:ego "I have till sunrise before Bloodclot comes and destroys the town."
:ego "Maybe Gandarf can help me!")
(utils/save-chapter @entities :chapter-4))
(steam/set-achievement "EX_CON")
(utils/save-chapter @entities :chapter-4)
)
(do
(actions/do-dialogue entities :ego "Yes! I made it!"
:guard "Hmm?"