This commit is contained in:
parent
d9d9e9a84f
commit
eb8089092e
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue