Browse Source

syntax

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

2
js/ui.js

@ -808,7 +808,7 @@ function MarketItem( gameState, name, x, y, cost, mouseOutImg, mouseOverImg, mou @@ -808,7 +808,7 @@ function MarketItem( gameState, name, x, y, cost, mouseOutImg, mouseOverImg, mou
that.bought = true;
// record time started
gameState.pubsub.publish( "AddRecord", {type:"Note ", text:"Turkey bought and placed in oven" );
gameState.pubsub.publish( "AddRecord", {type:"Note ", text:"Turkey bought and placed in oven"} );
gameState.pubsub.publish("Play", {name:"Buy", volume:0.7} );

Loading…
Cancel
Save