Fix unexpected rip sounds in Heretic and Hexen.
This commit is contained in:
parent
18894663e5
commit
f9da352077
3 changed files with 5 additions and 3 deletions
|
|
@ -193,7 +193,8 @@ Class DemolitionistRadiusShockwave : Actor
|
|||
RenderStyle "Add";
|
||||
Speed 15;
|
||||
DamageFunction int(200*alpha);
|
||||
DamageType "GroundPound";
|
||||
DamageType 'GroundPound';
|
||||
RipSound ""; // Heretic/Hexen fix
|
||||
Radius 16;
|
||||
Height 8;
|
||||
Alpha .4;
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ Class AirBullet : FastProjectile
|
|||
Height 4;
|
||||
DamageFunction 50;
|
||||
DamageType 'AirRip';
|
||||
RipSound ""; // Heretic/Hexen fix
|
||||
Speed 400;
|
||||
PROJECTILE;
|
||||
+FORCERADIUSDMG;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue