Fix typo in biorifle blast momentum value.
Minor corrections.
This commit is contained in:
parent
3267c89487
commit
27017feed2
5 changed files with 2 additions and 9 deletions
|
|
@ -133,7 +133,6 @@ Class FlakChunk : Actor
|
|||
double rollvel, pitchvel, yawvel;
|
||||
double lifetime, lifespeed;
|
||||
int lifetics;
|
||||
bool hasbounced;
|
||||
Default
|
||||
{
|
||||
Obituary "%o was ripped to shreds by %k's Flak Cannon.";
|
||||
|
|
@ -210,7 +209,6 @@ Class FlakChunk : Actor
|
|||
}
|
||||
action void A_HandleBounce()
|
||||
{
|
||||
invoker.hasbounced = true;
|
||||
A_SprayDecal("WallCrack",-8);
|
||||
int numpt = Random[Flak](2,3);
|
||||
if ( frame < 10 )
|
||||
|
|
@ -359,7 +357,6 @@ Class FlakSlug : Actor
|
|||
{
|
||||
Obituary "%o was ripped to shreds by %k's Flak Cannon.";
|
||||
DamageType 'FlakDeath';
|
||||
Damage 0;
|
||||
Radius 2;
|
||||
Height 2;
|
||||
Speed 40;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue