Skip to content

Commit

Permalink
Update cat.interaction.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Aneesh-Hegde authored Oct 21, 2024
1 parent 3920e89 commit 2e7c653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/map_start/cat.interaction.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { displayDialogue } from '../../utils';
import { updateEnergyState } from '../../utils/energyUpdate';

// List of drinks and possible fun surprises


export const interactionWithCat = (player, k, map) => {
player.onCollide('cat', () => {
Expand Down

0 comments on commit 2e7c653

Please sign in to comment.