From 69f50829d9c07e441d304163b74512a64af881a2 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Tue, 7 Jan 2020 22:50:56 -0800 Subject: [PATCH] supporting ios. --- desktop/src-common/advent/screens/rooms/castle_gate.clj | 1 - desktop/src-common/advent/steam.clj | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src-common/advent/screens/rooms/castle_gate.clj b/desktop/src-common/advent/screens/rooms/castle_gate.clj index 064bb4ee..ddd6ebda 100644 --- a/desktop/src-common/advent/screens/rooms/castle_gate.clj +++ b/desktop/src-common/advent/screens/rooms/castle_gate.clj @@ -136,7 +136,6 @@ (actions/walk-to entities :ego [245 90] :skip-type :end)) (defn flip-coin [screen entities] - (println "here") (if (and (= 0 (rand-int 2)) (not (get-in entities [:state :has-dropped-coin?])) (not (get-in entities [:state :bubba-gone?])) diff --git a/desktop/src-common/advent/steam.clj b/desktop/src-common/advent/steam.clj index 13eb0a70..faf5ebd8 100644 --- a/desktop/src-common/advent/steam.clj +++ b/desktop/src-common/advent/steam.clj @@ -38,6 +38,7 @@ (if has-steam? (eval '(do + (println "defining achievement fn") (defn achievement-fn [f achievement] (steamify (let [stats (atom nil)]