Browse Source

open door

Load_Fix
Robert Chen 11 years ago
parent
commit
19a95a9746
  1. 2
      js/ui.js

2
js/ui.js

@ -274,7 +274,7 @@ function OvenUI( stage, gameState ){ @@ -274,7 +274,7 @@ function OvenUI( stage, gameState ){
// Show core temperature
this.showTempDialog = function(){
if( that.ovenDoor == OVEN_CLOSED ){
if( that.ovenDoor != OVEN_OPEN ){
gameState.pubsub.publish("ShowDialog", {seq:"OpenDoor", autoAdvance:true});
}
else{

Loading…
Cancel
Save