From 85099513cd93a4647588c90b7100deb3f504fa4f Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Fri, 24 Feb 2017 14:48:01 -0800 Subject: [PATCH] Reduce enemy lifetime to 30s --- unpublishedScripts/marketplace/shortbow/shortbowGameManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpublishedScripts/marketplace/shortbow/shortbowGameManager.js b/unpublishedScripts/marketplace/shortbow/shortbowGameManager.js index 48c9e6fd4c..bd42e40427 100644 --- a/unpublishedScripts/marketplace/shortbow/shortbowGameManager.js +++ b/unpublishedScripts/marketplace/shortbow/shortbowGameManager.js @@ -129,7 +129,7 @@ var baseEnemyProperties = { "y": -15, "z": 0 }, - "lifetime": 60, + "lifetime": 30, "id": "{ed8f7339-8bbd-4750-968e-c3ceb9d64721}", "modelURL": Script.resolvePath("models/Amber.fbx"), "owningAvatarID": "{00000000-0000-0000-0000-000000000000}",