Couple typos, bug fixes, and setting window title.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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?"
|
||||
|
||||
Reference in New Issue
Block a user