Update lifetime of bow when using spawnBow.js

This commit is contained in:
Ryan Huffman 2016-12-29 10:39:51 -08:00
parent 40b428c788
commit a2c5c0f36e

View file

@ -53,5 +53,5 @@ Entities.addEntity({
"shapeType": "compound",
"type": "Model",
"userData": JSON.stringify(userData),
lifetime: 40
lifetime: 600
});