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
|
|
@ -1,3 +1,12 @@
|
|||
Class Tier1Weapon : RandomSpawner2 replaces Chainsaw
|
||||
{
|
||||
Default
|
||||
{
|
||||
DropItem "UTChainsaw", 255, 1;
|
||||
DropItem "Enforcer", 255, 1;
|
||||
}
|
||||
}
|
||||
|
||||
Class SawImpact : Actor
|
||||
{
|
||||
Default
|
||||
|
|
@ -39,7 +48,7 @@ Class SawImpact : Actor
|
|||
}
|
||||
}
|
||||
|
||||
Class UTChainsaw : UTWeapon replaces Chainsaw
|
||||
Class UTChainsaw : UTWeapon
|
||||
{
|
||||
double sawcnt;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue