Quadravol dropped casings.

This commit is contained in:
Mari the Deer 2022-08-18 08:53:39 +02:00
commit 7b0198b2c1
6 changed files with 37 additions and 4 deletions

View file

@ -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;