diff --git a/game/begin.coffee b/game/begin.coffee index 525c1a0..d08c1b0 100644 --- a/game/begin.coffee +++ b/game/begin.coffee @@ -21,7 +21,7 @@ markdown = new md({ }) undum.game.id = "7a1aba32-f0fd-4e3b-ba5a-59e3fa9e6012" -undum.game.version = "3.1" +undum.game.version = "3.2" a = require('raconteur/lib/elements.js').a way_to = (content, ref) -> a(content).class('way').ref(ref) diff --git a/game/gameplay.coffee b/game/gameplay.coffee index e00c2e5..4fd0831 100644 --- a/game/gameplay.coffee +++ b/game/gameplay.coffee @@ -29,7 +29,6 @@ scripted_events = (character, system) -> # Finale buildup - steps sound play_steps = (character) -> - console.log(character.sandbox.steps) if character.sandbox.steps == false return coin = Math.random() diff --git a/html/index.html b/html/index.html index 18eaf27..7f06bd6 100644 --- a/html/index.html +++ b/html/index.html @@ -77,6 +77,7 @@