Whole set of new features:
- Spent mags for Enforcer, Flak Cannon and Pulsegun. - Fixed up bullet casing orientations. - Terrain stuff (WIP).
This commit is contained in:
parent
20666ac1bd
commit
da49775e7d
29 changed files with 568 additions and 10 deletions
|
|
@ -172,6 +172,8 @@ Class Minigun : UTWeapon
|
|||
}
|
||||
origin = level.Vec3Offset(origin,x*8+y*5-z*5);
|
||||
let c = Spawn("UTCasing",origin);
|
||||
c.angle = angle;
|
||||
c.pitch = pitch;
|
||||
c.vel = x*FRandom[Junk](-1.5,1.5)+y*FRandom[Junk](2,4)+z*FRandom[Junk](2,3);
|
||||
c.Scale *= 0.5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue