From 9e39d0a0bb27e2cff78b0f50381ef9a8bee06006 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Fri, 17 Feb 2017 10:54:55 -0800 Subject: [PATCH] Update shortbow enemy lifetime from 3 minutes to 1 minute --- 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 c6fd24a731..3233c271d8 100644 --- a/unpublishedScripts/marketplace/shortbow/shortbowGameManager.js +++ b/unpublishedScripts/marketplace/shortbow/shortbowGameManager.js @@ -100,7 +100,7 @@ var baseEnemyProperties = { "y": -15, "z": 0 }, - lifetime: 180, + lifetime: 60, "id": "{ed8f7339-8bbd-4750-968e-c3ceb9d64721}", "modelURL": Script.resolvePath("models/Amber.fbx"), "name": "SB.Enemy",