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:
Marisa the Magician 2019-09-05 18:31:30 +02:00
commit ad20f46db7
9 changed files with 163 additions and 7 deletions

View file

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