diff --git a/EndlessVendetta/Content/Levels/OpenWorldRework.umap b/EndlessVendetta/Content/Levels/OpenWorldRework.umap index b7a2bbd3..00a86b1b 100644 --- a/EndlessVendetta/Content/Levels/OpenWorldRework.umap +++ b/EndlessVendetta/Content/Levels/OpenWorldRework.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3be501c981823f3aa249d1006410abd991b09e8f4800e5214dd02ff532b05c50 -size 45627777 +oid sha256:5354163019daaef6eff01d29d537e7d0d23b07061c8c3e3f994de58530e23c4c +size 45628643 diff --git a/EndlessVendetta/Content/NPC/BP_NPC_Manager.uasset b/EndlessVendetta/Content/NPC/BP_NPC_Manager.uasset index d8b66fbe..96a5de4b 100644 --- a/EndlessVendetta/Content/NPC/BP_NPC_Manager.uasset +++ b/EndlessVendetta/Content/NPC/BP_NPC_Manager.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca12e2004403a8ce0dfec5274e3b0ac13896cd6ad60932db1a1601469ffea0f6 -size 22656 +oid sha256:1acb6660017311f77173210ac33665efdb57a18f7401aab1697ce2fba3256cdd +size 23496 diff --git a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPCs_Argueing.uasset b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPCs_Argueing.uasset index 27055494..e4bb0594 100644 --- a/EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPCs_Argueing.uasset +++ b/EndlessVendetta/Content/NPC/Custom_NPC_Stations/NPCs_Argueing.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ea4c7725b4114e66152f59eabb0ee14ad9924dfb754bc29c0d81ef8fe676a19 -size 88907 +oid sha256:6e46f0268090964161de477b562462b9325ed7ba691be3850c1ede2ea7352027 +size 76275 diff --git a/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset b/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset index c2a34afc..06af4278 100644 --- a/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset +++ b/EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c0ecf0ac0702cc2bd355ec050232a61c49e10f102448efbeb735a51824adef6 -size 14948 +oid sha256:99a70e2076cbba90f0d45e5a746037e30b083de4db40443d99282fd1df2aa589 +size 14831 diff --git a/EndlessVendetta/Source/EndlessVendetta/NPC/NPC_Station.h b/EndlessVendetta/Source/EndlessVendetta/NPC/NPC_Station.h index b3da436b..5d242349 100644 --- a/EndlessVendetta/Source/EndlessVendetta/NPC/NPC_Station.h +++ b/EndlessVendetta/Source/EndlessVendetta/NPC/NPC_Station.h @@ -15,7 +15,7 @@ class ENDLESSVENDETTA_API ANPC_Station : public AActor, public IInteractionInter { GENERATED_BODY() - bool bIsEnabled = false; + bool bIsEnabled = true; // Contains infor about individual NPC locations and Voices TArray NPCs;