Merge branch 'dev' into Polishing-Checkpoints

This commit is contained in:
Rafal Swierczek 2024-05-09 23:44:54 +01:00
commit b7af83b89d
69 changed files with 168 additions and 67 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
EndlessVendetta/Content/Levels/BBBB.umap (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

View File

@ -26,7 +26,6 @@ void AWeaponWorkbenchClass::Tick(float DeltaTime)
void AWeaponWorkbenchClass::Interact()
{
if (!PlayerCharacterRef->bHasRifle) return;
UE_LOG(LogTemp, Display, TEXT("Opening Workbench"));
WorkbenchUI();
}