I think with this all vanilla usable items are done.
However the SCUBA Gear won't spawn yet because a certain PR is needed.
This commit is contained in:
parent
b12c4a4112
commit
ad20f46db7
9 changed files with 163 additions and 7 deletions
|
|
@ -57,6 +57,7 @@ Class HitListEntry
|
|||
{
|
||||
Actor hitactor;
|
||||
Vector3 hitlocation, x;
|
||||
int hitdamage;
|
||||
}
|
||||
|
||||
Class BigTracer : LineTracer
|
||||
|
|
@ -65,6 +66,14 @@ Class BigTracer : LineTracer
|
|||
double penetration; // please don't laugh
|
||||
}
|
||||
|
||||
Class BigCasing : UTCasing
|
||||
{
|
||||
Default
|
||||
{
|
||||
BounceSound "flak/bounce"; // much heavier sound
|
||||
}
|
||||
}
|
||||
|
||||
Class BigGun : UnrealWeapon
|
||||
{
|
||||
Default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue