Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Chocobois/built-to-scale
Browse files Browse the repository at this point in the history
  • Loading branch information
Golen87 committed Aug 20, 2024
2 parents abf0a15 + bf563e5 commit ddeb581
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Binary file modified src/assets/images/characters/largeCSit1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/characters/largeCWalk1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/characters/largeCWalk2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/characters/largeCWalk3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/sounds/chomp.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/ItemHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export class ItemHandler {
ct.happinessBonus -= 2.125;
ct.maxHappiness = 4.01;
ct.tipMultiplier*=0.25;
//ct.queueFail = true;
ct.queueFail();
return;
} else {
ct.happinessBonus += 0.5;
Expand Down
8 changes: 4 additions & 4 deletions src/scenes/GameScene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,10 +484,10 @@ export class GameScene extends BaseScene {
if (!this.viewedShopTutorial) {
this.beginShopTutorial(0);
return;
}
} else {
if(this.shopinventory.isOpen){
this.toggleShop();
} else {
if(this.shopinventory.isOpen){
this.toggleShop();
}
}
}
this.setState(GameState.Day);
Expand Down

0 comments on commit ddeb581

Please sign in to comment.