minor changes

This commit is contained in:
jadebenn 2023-11-19 14:06:28 -06:00
parent 76d3187199
commit c8b624c3dd

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