From 3f1f51f99643d66d1fc8ea210a815a0c31232b42 Mon Sep 17 00:00:00 2001 From: jadebenn Date: Sun, 19 Nov 2023 14:06:28 -0600 Subject: [PATCH] minor changes --- dScripts/02_server/Map/General/PetDigServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dScripts/02_server/Map/General/PetDigServer.cpp b/dScripts/02_server/Map/General/PetDigServer.cpp index bb057627..d6071023 100644 --- a/dScripts/02_server/Map/General/PetDigServer.cpp +++ b/dScripts/02_server/Map/General/PetDigServer.cpp @@ -113,7 +113,7 @@ void PetDigServer::OnUse(Entity* self, Entity* user) { if (!destroyableComponent) return; auto imagination = destroyableComponent->GetImagination(); - if (imagination == 0) return; // TODO: Check if there was special behavior for this in the live game + if (imagination == 0) return; // TODO: Check if there was special behavior for this in the live game (PR_NEED_IMAGINATION) petComponent->SetTreasureTime(2.0f); // TODO: Get rid of this magic number