From 9cc4986d4a2f6fcecc01706f8061a67ef5bd760a Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Wed, 30 May 2018 14:38:03 +0200 Subject: [PATCH] Increased spread of rockets, increased tween time after firing (it looks weird for some fire animations, but it also did in UT anyway). --- zscript/eightball.zsc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/zscript/eightball.zsc b/zscript/eightball.zsc index fc8c1e8..732b5b2 100644 --- a/zscript/eightball.zsc +++ b/zscript/eightball.zsc @@ -312,7 +312,7 @@ Class UTRocketLauncher : UTWeapon { // single rocket p = Spawn("UTRocket",origin+cos(a)*y*s+sin(a)*z*s); - p.vel = (x2+cos(a)*y2*s*0.01+sin(a)*z2*s*0.01).unit()*p.speed; + p.vel = x2*p.speed; p.target = self; p.tracer = invoker.LockedTarget; } @@ -325,7 +325,7 @@ Class UTRocketLauncher : UTWeapon for ( int i=0; i