Quadravol dropped casings.
This commit is contained in:
parent
2745c25818
commit
7b0198b2c1
6 changed files with 37 additions and 4 deletions
|
|
@ -1,5 +1,18 @@
|
|||
// Quadravol projectiles and effects
|
||||
|
||||
Class QuadravolCasing : SWWMCasing
|
||||
{
|
||||
Default
|
||||
{
|
||||
BounceSound "quadshot/casing";
|
||||
}
|
||||
override void PostBeginPlay()
|
||||
{
|
||||
Super.PostBeginPlay();
|
||||
heat = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Class OnFireLight : PointLightFlickerRandomAttenuated
|
||||
{
|
||||
OnFire of;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue