A dreamflower can be acquired without finishing Secrets

This commit is contained in:
Eddoursul 2024-10-31 22:34:45 +01:00
parent 48186f5484
commit 439e9c2552
3 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@ -500,9 +500,10 @@ EndFunction
Function AdjustGameHourQyra() Function AdjustGameHourQyra()
if (PlayerREF.GetItemCount(_00E_FS_CraftingPlan_MQ18c_DreamflowerElixir) >= 1 || _00E_FS_BlueprintContainerActorREF.GetItemCount(_00E_FS_CraftingPlan_MQ18c_DreamflowerElixir) >= 1) || (_00E_FS_SpectralChestActorREF.GetItemCount(_00E_FS_CraftingPlan_MQ18c_DreamflowerElixir) >= 1 || _00E_SecureChest_HostChestREF.GetItemCount(_00E_FS_CraftingPlan_MQ18c_DreamflowerElixir) >= 1) ; Eddoursul: The Dreamflower can be acquired without finishing Secrets
FS_MQ18c_DreamflowerREF.Enable() ;if (PlayerREF.GetItemCount(_00E_FS_CraftingPlan_MQ18c_DreamflowerElixir) >= 1 || _00E_FS_BlueprintContainerActorREF.GetItemCount(_00E_FS_CraftingPlan_MQ18c_DreamflowerElixir) >= 1) || (_00E_FS_SpectralChestActorREF.GetItemCount(_00E_FS_CraftingPlan_MQ18c_DreamflowerElixir) >= 1 || _00E_SecureChest_HostChestREF.GetItemCount(_00E_FS_CraftingPlan_MQ18c_DreamflowerElixir) >= 1)
EndIf ; FS_MQ18c_DreamflowerREF.Enable()
;EndIf
_00E_TeleportGlobal.SetValueInt(1) _00E_TeleportGlobal.SetValueInt(1)
Timescale.SetValue(0.01) Timescale.SetValue(0.01)