minor changes

This commit is contained in:
jadebenn 2023-11-19 14:06:28 -06:00
parent e73b2bfcb2
commit 3f1f51f996

View File

@ -113,7 +113,7 @@ void PetDigServer::OnUse(Entity* self, Entity* user) {
if (!destroyableComponent) return; if (!destroyableComponent) return;
auto imagination = destroyableComponent->GetImagination(); 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 petComponent->SetTreasureTime(2.0f); // TODO: Get rid of this magic number