From a15f9f38d81b57cfbeb023041d42bf9ace688d52 Mon Sep 17 00:00:00 2001 From: Jett <55758076+Jettford@users.noreply.github.com> Date: Sat, 1 Jan 2022 08:02:28 +0000 Subject: [PATCH] Update script value to that in the lua file (#331) --- dScripts/AgSpaceStuff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dScripts/AgSpaceStuff.cpp b/dScripts/AgSpaceStuff.cpp index 2550f001..507b908f 100644 --- a/dScripts/AgSpaceStuff.cpp +++ b/dScripts/AgSpaceStuff.cpp @@ -20,7 +20,7 @@ void AgSpaceStuff::OnStartup(Entity* self) { self->SetVar(u"ShakeObject", ref->GetObjectID()); - self->AddTimer("ShipShakeIdle", 1.0f); + self->AddTimer("ShipShakeIdle", 2.0f); self->SetVar(u"RandomTime", 10); }