Pulsegun now uses meshes for the beam, copying exact UT behavior.
Ammo drop amounts reduced. Added Enforcer to possible Chainsaw spawns.
This commit is contained in:
parent
ee827408b1
commit
1b95d4219b
33 changed files with 318 additions and 78 deletions
|
|
@ -8,7 +8,7 @@ Class ShockAmmo : Ammo
|
|||
Inventory.MaxAmount 50;
|
||||
Ammo.BackpackAmount 20;
|
||||
Ammo.BackpackMaxAmount 50;
|
||||
Ammo.DropAmount 10;
|
||||
Ammo.DropAmount 5;
|
||||
}
|
||||
States
|
||||
{
|
||||
|
|
@ -998,7 +998,7 @@ Class EnhancedShockAmmo : Ammo
|
|||
Inventory.MaxAmount 25;
|
||||
Ammo.BackpackAmount 0;
|
||||
Ammo.BackpackMaxAmount 25;
|
||||
Ammo.DropAmount 5;
|
||||
Ammo.DropAmount 2;
|
||||
}
|
||||
States
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue