Prepped Build
This commit is contained in:
parent
fe671e10fc
commit
ade335d278
BIN
EndlessVendetta/Content/__ExternalActors__/Levels/EnemyAITest/0/BH/KS02NXNXRR4I87WM39RJJN.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Content/__ExternalActors__/Levels/EnemyAITest/0/BH/KS02NXNXRR4I87WM39RJJN.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Content/__ExternalActors__/Levels/EnemyAITest/5/LS/LPZ549UOJAZIWJNZLR0EH0.uasset
(Stored with Git LFS)
Normal file
BIN
EndlessVendetta/Content/__ExternalActors__/Levels/EnemyAITest/5/LS/LPZ549UOJAZIWJNZLR0EH0.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
EndlessVendetta/Content/__ExternalActors__/Levels/EnemyAITest/E/WM/7S8OEF1ALOX6NKI759UPUB.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/__ExternalActors__/Levels/EnemyAITest/E/WM/7S8OEF1ALOX6NKI759UPUB.uasset
(Stored with Git LFS)
Binary file not shown.
@ -17,6 +17,10 @@ void ABountyHunterCharacter::SpawnMainBounty()
|
|||||||
if (MainBountyClasses.IsEmpty() || MainBountyClasses.Num() <= CurrentMainBountyIndex|| !IsValid(MainBountyClasses[CurrentMainBountyIndex]))
|
if (MainBountyClasses.IsEmpty() || MainBountyClasses.Num() <= CurrentMainBountyIndex|| !IsValid(MainBountyClasses[CurrentMainBountyIndex]))
|
||||||
{
|
{
|
||||||
AllBountiesCompleted();
|
AllBountiesCompleted();
|
||||||
|
if (CurrentMainBountyIndex >= 2 && !(UGameplayStatics::GetCurrentLevelName(GetWorld()) == "EnemyAITest"))
|
||||||
|
{
|
||||||
|
UGameplayStatics::OpenLevel(GetWorld(), FName("EnemyAITest"));
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user