From ca3ade0361afe2b5d87c7a46543e6937b04b89bf Mon Sep 17 00:00:00 2001 From: Michael Levin Date: Sat, 3 Oct 2009 11:30:33 +0000 Subject: * Buildable health accuracy increased to 8 bits, flags moved to eFlags (EF_B_*) * Fixed Tesla Generator not firing over turrets or missing small aliens entirely -- it now shoots from the top of its bounding box to the top of its target's bounding box * Dying, evolving, or changing teams properly resets the weapon Flame thrower changes: * Reverted flame thrower missile radius to 15 * Muzzle is offset for flame thrower to shoot from the hand --- scripts/weapons.particle | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'scripts') diff --git a/scripts/weapons.particle b/scripts/weapons.particle index 70d3c221..0b0f8fab 100644 --- a/scripts/weapons.particle +++ b/scripts/weapons.particle @@ -313,12 +313,7 @@ models/weapons/flamer/muzzlePS velocityMagnitude 300 velocity 0 0 0 ~0 - accelerationType static - accelerationDir linear - accelerationMagnitude 50 - acceleration 0 0 1 ~0 - - physicsRadius 8 + physicsRadius 15 radius 0 4.0 40.0 alpha 0 1.0 1.0 -- cgit