From 84c49c57b237efab9dd88175d99d89d55ba22051 Mon Sep 17 00:00:00 2001 From: Edward Chernenko Date: Sat, 4 Nov 2023 02:57:15 +0300 Subject: [PATCH] Fix stacks of Blade Tree Dart despawning if dropped (Q) onto the ground Before this change, when you tossed (Q) a stack of 500 Blade Tree Darts onto the ground, the entire stack would despawn after 1.2 seconds. This is unintentional. It has nothing to do with lifespan of projectile. --- items/throwables/ise3/bladetreeblade.thrownitem | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/items/throwables/ise3/bladetreeblade.thrownitem b/items/throwables/ise3/bladetreeblade.thrownitem index 36e5ae9c64f..56b747771e0 100644 --- a/items/throwables/ise3/bladetreeblade.thrownitem +++ b/items/throwables/ise3/bladetreeblade.thrownitem @@ -10,8 +10,7 @@ "edgeTrigger" : true, "windupTime" : 0.0, "cooldown" : 0.4, - "timeToLive" : 1.2, - + "category" : "throwableItem", "projectileType" : "bladetreedart", "projectileConfig" : {