ksamavati / tf2WatchMod

A Workshop mod for Overwatch 2 with the goal of recreating the weapons and abilities of the classes in Team Fortress 2 as accurately as possible.
0 stars 0 forks source link

[Junkrat] Make stickybomb launcher able to have multiple projectiles moving at once #1

Closed ksamavati closed 8 months ago

ksamavati commented 10 months ago

Use an array to distinguish projectile variables to allow for multiple moving projectiles.

ksamavati commented 8 months ago

Feature has been added. Currently has a cap of 3 airbourne projectiles at once due to engine's logistical limitations of processing multiple moving custom projectiles for one player at one time. Unlikely to ever be an issue.