Skip to content

Commit

Permalink
Run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 28, 2024
1 parent 7d7860f commit ebc9106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interactions/map_campus_house_1/diningtableinteraction.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export const diningTableInteractions = (player, k, map) => {
const dialogue = [];

if (wantEat) {
time.minutes += 60;
time.minutes += 60;
dialogue.push('You enjoyed a delicious meal!');
dialogue.push('You feel more energized now.');
updateEnergyState(player.state, 75);
updateEnergyState(player.state, 75);
} else {
if (player.state.energy < 50) {
dialogue.push('You look a bit weak.');
Expand Down

0 comments on commit ebc9106

Please sign in to comment.