hardcode removed / husk proj fix
This commit is contained in:
parent
1438773ffd
commit
31a99d413b
653 changed files with 1294 additions and 1272 deletions
|
|
@ -2,7 +2,7 @@
|
|||
class NiceM79Inc extends ScrnM79Inc;
|
||||
defaultproperties
|
||||
{
|
||||
FireModeClass(0)=Class'NicePack.NiceM79IncFire'
|
||||
PickupClass=Class'NicePack.NiceM79IncPickup'
|
||||
FireModeClass(0)=class'NiceM79IncFire'
|
||||
PickupClass=class'NiceM79IncPickup'
|
||||
ItemName="M79 Incendiary NW"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
class NiceM79IncAmmo extends ScrnM79IncAmmo;
|
||||
defaultproperties
|
||||
{
|
||||
PickupClass=Class'NicePack.NiceM79IncAmmoPickup'
|
||||
PickupClass=class'NiceM79IncAmmoPickup'
|
||||
ItemName="M79 Incendiary Grenades NW"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
class NiceM79IncAmmoPickup extends ScrnM79IncAmmoPickup;
|
||||
defaultproperties
|
||||
{
|
||||
InventoryType=Class'NicePack.NiceM79IncAmmo'
|
||||
InventoryType=class'NiceM79IncAmmo'
|
||||
PickupMessage="M79 Incendiary Grenades NW"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
class NiceM79IncFire extends ScrnM79IncFire;
|
||||
defaultproperties
|
||||
{
|
||||
AmmoClass=Class'NicePack.NiceM79IncAmmo'
|
||||
ProjectileClass=Class'NicePack.NiceM79IncGrenadeProjectile'
|
||||
AmmoClass=class'NiceM79IncAmmo'
|
||||
ProjectileClass=class'NiceM79IncGrenadeProjectile'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -187,5 +187,5 @@ simulated function ProcessTouch(Actor Other, Vector HitLocation)
|
|||
}
|
||||
defaultproperties
|
||||
{
|
||||
MyDamageType=Class'NicePack.NiceDamTypeFlameNade'
|
||||
MyDamageType=class'NiceDamTypeFlameNade'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@ defaultproperties
|
|||
{
|
||||
ItemName="M79 Incendiary NW"
|
||||
ItemShortName="M79 Inc NW"
|
||||
InventoryType=Class'NicePack.NiceM79Inc'
|
||||
InventoryType=class'NiceM79Inc'
|
||||
PickupMessage="You got the M79 Incendiary Grenade Launcher NW."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue