diff --git a/mode/stone.js b/mode/stone.js index ee79e4b23..d05406e8a 100644 --- a/mode/stone.js +++ b/mode/stone.js @@ -1495,6 +1495,7 @@ game.import('mode',function(){ lib.onfree.push(function(){ event.dialogxx=ui.create.characterDialog(); if(ui.cheat2){ + ui.cheat2.animate('controlpressdownx',500); ui.cheat2.classList.remove('disabled'); } }); @@ -1515,6 +1516,7 @@ game.import('mode',function(){ game.uncheck(); game.check(); if(ui.cheat){ + ui.cheat.animate('controlpressdownx',500); ui.cheat.classList.remove('disabled'); } }