new achievements.

This commit is contained in:
Bryce Covert
2018-02-11 20:25:02 -08:00
parent 939fff8400
commit 63a96ef171
2 changed files with 4 additions and 2 deletions

View File

@@ -588,7 +588,9 @@
:ego "Hey!" :ego "Hey!"
:ego "I won!") :ego "I won!")
(achievements/set-achievement "BLOODCLOT") (if won?
(achievements/set-achievement "TONGUESBANE")
(achievements/set-achievement "MOUTH_DIVER"))
(actions/glad entities) (actions/glad entities)
(actions/walk-straight-to entities :ego [340 95]) (actions/walk-straight-to entities :ego [340 95])
(actions/run-action entities (actions/run-action entities

View File

@@ -9,7 +9,7 @@
(println "loading steam") (println "loading steam")
(def is-app-store? false) (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 []) (defn clear-achievement [])