Skip to content

Commit

Permalink
Fix stacks of Blade Tree Dart despawning if dropped (Q) onto the ground
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
edwardspec committed Nov 4, 2023
1 parent 9679e8d commit 84c49c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions items/throwables/ise3/bladetreeblade.thrownitem
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"edgeTrigger" : true,
"windupTime" : 0.0,
"cooldown" : 0.4,
"timeToLive" : 1.2,


"category" : "throwableItem",
"projectileType" : "bladetreedart",
"projectileConfig" : {
Expand Down

0 comments on commit 84c49c5

Please sign in to comment.