From 2e7c653ee130e73382b3c2ef6d21206405d0bd58 Mon Sep 17 00:00:00 2001 From: Aneesh Hegde <115540309+Aneesh-Hegde@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:44:02 +0530 Subject: [PATCH] Update cat.interaction.js --- src/interactions/map_start/cat.interaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interactions/map_start/cat.interaction.js b/src/interactions/map_start/cat.interaction.js index a300150..ee6f82f 100644 --- a/src/interactions/map_start/cat.interaction.js +++ b/src/interactions/map_start/cat.interaction.js @@ -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', () => {