new achievements.
This commit is contained in:
@@ -588,7 +588,9 @@
|
||||
:ego "Hey!"
|
||||
:ego "I won!")
|
||||
|
||||
(achievements/set-achievement "BLOODCLOT")
|
||||
(if won?
|
||||
(achievements/set-achievement "TONGUESBANE")
|
||||
(achievements/set-achievement "MOUTH_DIVER"))
|
||||
(actions/glad entities)
|
||||
(actions/walk-straight-to entities :ego [340 95])
|
||||
(actions/run-action entities
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
(println "loading steam")
|
||||
|
||||
(def is-app-store? false)
|
||||
(def all-achievements ["PARDON" "EX_CON" "PRO_WRESTLER" "SHEEP_HORDER" "SAFE_AND_SOUND" "DESTINY" "WISE_UP" "BLOODCLOT" "KITTY_KISS"])
|
||||
(def all-achievements ["PARDON" "EX_CON" "PRO_WRESTLER" "SHEEP_HORDER" "SAFE_AND_SOUND" "DESTINY" "WISE_UP" "TONGUESBANE" "KITTY_KISS" "BEHOLDER" "MOUTH_DIVER"])
|
||||
|
||||
(defn clear-achievement [])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user